On 2013-05-08 06:07, Alexander Graf wrote:
Some instructions behave differently depending on whether the CPU is
64bit capable or not, regardless of the mode the CPU is in.
Add a new instruction flag that indicates that we're running on a CPU
that can not execute 64bit code.
Signed-off-by: Alexander Graf<ag...@suse.de>
---
target-ppc/cpu.h | 5 ++-
target-ppc/translate_init.c | 88 +++++++++++++++++++++---------------------
2 files changed, 48 insertions(+), 45 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~