[pypy-commit] pypy stmgc-c4: stupid

Raemi noreply at buildbot.pypy.org
Tue Oct 29 10:55:16 CET 2013


Author: Remi Meier <remi.meier at gmail.com>
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]


More information about the pypy-commit mailing list