Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r51553:5172f0c3f717
Date: 2012-01-20 17:24 +0100
http://bitbucket.org/pypy/pypy/changeset/5172f0c3f717/

Log:    forgot to kill this line

diff --git a/pypy/jit/backend/arm/opassembler.py 
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -379,7 +379,6 @@
         return cond
 
     def _emit_call(self, force_index, adr, arglocs, fcond=c.AL, resloc=None):
-        assert self._regalloc.before_call_called
         n_args = len(arglocs)
         reg_args = count_reg_args(arglocs)
         # all arguments past the 4th go on the stack
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to