diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-23 22:18:12 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-23 22:18:12 +0000 |
commit | 4b3686faeefab6279f6d395fcf56ea5405d040da (patch) | |
tree | 250dada3397ee43a1200f659d5ab4b08b6756288 /target-ppc/op_template.h | |
parent | 85c4adf65f20437c428a1ebf2d3293dd56a53596 (diff) |
PowerPC merge
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@861 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_template.h')
-rw-r--r-- | target-ppc/op_template.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target-ppc/op_template.h b/target-ppc/op_template.h index 5ba4dfcbea..338b7aa239 100644 --- a/target-ppc/op_template.h +++ b/target-ppc/op_template.h @@ -175,10 +175,7 @@ void OPPROTO glue(op_load_sr, REG)(void) void OPPROTO glue(op_store_sr, REG)(void) { -#if defined (DEBUG_OP) - dump_store_sr(REG); -#endif - env->sr[REG] = T0; + do_store_sr(REG); RETURN(); } #endif |