diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:23:46 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:23:46 +0000 |
commit | 931ff2725866606d0c695576a9ec3b7808d82b24 (patch) | |
tree | 28740883936e8b3b2e119508b88f765c24a90d43 /target-ppc/op.c | |
parent | cf02a65c77772245bc7611f90a7393a038241e35 (diff) |
target-ppc: convert wait instruction to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5824 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index ee67546178..16ab58988e 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -290,12 +290,6 @@ void OPPROTO op_check_reservation_64 (void) } #endif -void OPPROTO op_wait (void) -{ - env->halted = 1; - RETURN(); -} - /* Return from interrupt */ #if !defined(CONFIG_USER_ONLY) void OPPROTO op_rfi (void) |