X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=target-ppc%2Fop_template.h;h=338b7aa239279584254440a3c75f8545dc8fbc93;hb=6d463de2b3e261e95f224767605eef02acbd2701;hp=5ba4dfcbeaae98aaee9ad9a061c71363a0ebd064;hpb=9a64fbe4d89751524be0954f87dd514083295e99;p=qemu diff --git a/target-ppc/op_template.h b/target-ppc/op_template.h index 5ba4dfc..338b7aa 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