disas: Defeature print_target_address
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Sun, 5 Jul 2015 20:50:32 +0000 (13:50 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <crosthwaite.peter@gmail.com>
Message-Id: <1436129432-16617-1-git-send-email-crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
disas.c