[svn:parrot] r40963 - trunk/src/jit/ppc

chromatic at svn.parrot.org chromatic at svn.parrot.org
Thu Sep 3 20:46:23 UTC 2009


Author: chromatic
Date: Thu Sep  3 20:46:22 2009
New Revision: 40963
URL: https://trac.parrot.org/parrot/changeset/40963

Log:
[JIT] Removed a mistake in PPC JIT introduced in a fixup for the context_pmc3
branch.

Modified:
   trunk/src/jit/ppc/core.jit

Modified: trunk/src/jit/ppc/core.jit
==============================================================================
--- trunk/src/jit/ppc/core.jit	Thu Sep  3 20:26:05 2009	(r40962)
+++ trunk/src/jit/ppc/core.jit	Thu Sep  3 20:46:22 2009	(r40963)
@@ -1297,7 +1297,6 @@
         jit_emit_mov_ri_i(NATIVECODE, ISR1, jit_info->cur_op);
         jit_emit_lwz(NATIVECODE, ISR2, offsetof(Interp, ctx), r16);
         jit_emit_lwz(NATIVECODE, ISR2, offsetof(PMC, data), ISR2);
-        jit_emit_lwz(NATIVECODE, ISR2, offsetof(Parrot_Context, state), ISR2);
         jit_emit_stw(NATIVECODE, ISR1,
             offsetof(Parrot_Context, current_results), ISR2);
     }


More information about the parrot-commits mailing list