Author: fijal
Branch: arm64
Changeset: r96941:17610251267d
Date: 2019-07-03 18:28 +0200
http://bitbucket.org/pypy/pypy/changeset/17610251267d/

Log:    argh. means it's completely untested I fear

diff --git a/rpython/jit/backend/aarch64/opassembler.py 
b/rpython/jit/backend/aarch64/opassembler.py
--- a/rpython/jit/backend/aarch64/opassembler.py
+++ b/rpython/jit/backend/aarch64/opassembler.py
@@ -618,7 +618,7 @@
             expected_typeid = (self.cpu.gc_ll_descr
                     
.get_typeid_from_classptr_if_gcremovetypeptr(arglocs[1].value))
             self._cmp_guard_gc_type(arglocs[0], expected_typeid)
-            self._emit_guard(op, c.EQ, arglocs[2:], extra_offset, c.NE)
+            self._emit_guard(op, c.EQ, arglocs[2:], False, extra_offset, c.NE)
 
     def emit_op_guard_gc_type(self, op, arglocs):
         self._cmp_guard_gc_type(arglocs[0], arglocs[1].value)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to