Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r48419:0868f9fb2793
Date: 2011-10-24 15:58 +0200
http://bitbucket.org/pypy/pypy/changeset/0868f9fb2793/
Log: forgot to add these methods
diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py
--- a/pypy/jit/backend/arm/regalloc.py
+++ b/pypy/jit/backend/arm/regalloc.py
@@ -850,6 +850,8 @@
resloc = self.force_allocate_reg(op.result)
self.possibly_free_var(op.result)
return [argloc, resloc]
+ prepare_op_cast_ptr_to_int = prepare_op_same_as
+ prepare_op_cast_int_to_ptr = prepare_op_same_as
def prepare_op_new(self, op, fcond):
gc_ll_descr = self.assembler.cpu.gc_ll_descr
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit