Author: Armin Rigo <[email protected]>
Branch: jit-constptr-2
Changeset: r83507:af7d68248897
Date: 2016-04-02 00:09 +0200
http://bitbucket.org/pypy/pypy/changeset/af7d68248897/
Log: fix(?)
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assembler.py
--- a/rpython/jit/backend/arm/assembler.py
+++ b/rpython/jit/backend/arm/assembler.py
@@ -557,7 +557,7 @@
debug_stop('jit-backend-ops')
def _call_header(self):
- assert self.mc.currpos() == 0
+ # there is the gc table before this point
self.gen_func_prolog()
def _call_header_with_stack_check(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit