Author: Remi Meier <[email protected]>
Branch: stmgc-c4
Changeset: r67680:f1af6552087b
Date: 2013-10-28 15:03 +0100
http://bitbucket.org/pypy/pypy/changeset/f1af6552087b/

Log:    stupid

diff --git a/rpython/jit/backend/x86/assembler.py 
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -2368,7 +2368,7 @@
         self.mc.overwrite(jmp_location - 1, chr(offset))
 
     # ------------------- END CALL ASSEMBLER -----------------------
-    def _stm_ptr_eq_fastpath(self, mc, arglocs):
+    def _stm_ptr_eq_fastpath(self, mc, arglocs, result_loc):
         assert self.cpu.gc_ll_descr.stm
         assert self.ptr_eq_slowpath is not None
         a_base = arglocs[0]
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to