]> git.proxmox.com Git - qemu.git/commit
target-alpha: All ISA checks to use TB->FLAGS.
authorRichard Henderson <rth@twiddle.net>
Mon, 23 May 2011 19:30:22 +0000 (12:30 -0700)
committerRichard Henderson <rth@anchor.twiddle.net>
Tue, 31 May 2011 17:18:05 +0000 (10:18 -0700)
commita18ad89351dd6c828b7fe33fafd1764cef61a40d
tree62780c8813c49e59f703b21d8ca1ebd4d75c5368
parent21d2beaaef6f99f14022fad98fe2ab189fc1c657
target-alpha: All ISA checks to use TB->FLAGS.

We had two different methods in use, both of which referenced ENV,
and neither of which indicated to the generic code when different
compilation modes are not compatible.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/cpu.h
target-alpha/translate.c