]> Git Repo - qemu.git/commit
disas: Defeature print_target_address
authorPeter Crosthwaite <[email protected]>
Sun, 5 Jul 2015 20:50:32 +0000 (13:50 -0700)
committerPaolo Bonzini <[email protected]>
Fri, 14 Aug 2015 21:40:32 +0000 (23:40 +0200)
commit9504c5445cb709415aea509954a922983925c2d3
tree500e36cdef9476401ca09ce886583d49883ad4ba
parent491ffc1f7ce857b88e9d310ce901ce033e45b75d
disas: Defeature print_target_address

It does not work in multi-arch as it requires the CPU specific
TARGET_VIRT_ADDR_SPACE_BITS global define. Just use the generic
version that does no masking. Targets should be responsible for
passing in a sane virtual address.

Signed-off-by: Peter Crosthwaite <[email protected]>
Message-Id: <1436129432[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
disas.c
This page took 0.021993 seconds and 4 git commands to generate.