]> git.proxmox.com Git - qemu.git/commit
tcg: Fix high_pc fields in .debug_info
authorRichard Henderson <rth@twiddle.net>
Fri, 24 May 2013 21:16:14 +0000 (14:16 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 9 Jul 2013 14:15:24 +0000 (07:15 -0700)
commit45aba097d24544ed2d3244b3268a071750e4499b
tree70fa7776d5b97b81ba71de58fae47b69d4f8c2f8
parent1e709f38331ef5bab76cd454c61d4af982cadf0b
tcg: Fix high_pc fields in .debug_info

I don't think the debugger actually looks at this for anything,
using the correct .debug_frame contents, but might as well get
it all correct.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.c