Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r97206:df974ce2019b
Date: 2019-08-18 08:49 +0200
http://bitbucket.org/pypy/pypy/changeset/df974ce2019b/

Log:    bah, one more

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
@@ -168,7 +168,7 @@
         self.emit_int_comp_op(op, arglocs[0], arglocs[1])
         return c.NE
 
-    emit_comp_op_ptr_ne = emit_comp_op_int_ne
+    emit_comp_op_ptr_ne = emit_comp_op_instance_ptr_ne = emit_comp_op_int_ne
 
     def emit_comp_op_uint_lt(self, op, arglocs):
         self.emit_int_comp_op(op, arglocs[0], arglocs[1])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to