Author: Armin Rigo <[email protected]>
Branch:
Changeset: r80139:e4a32853ca92
Date: 2015-10-12 17:19 +0200
http://bitbucket.org/pypy/pypy/changeset/e4a32853ca92/
Log: fix
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/backend/arm/opassembler.py
+++ b/rpython/jit/backend/arm/opassembler.py
@@ -515,6 +515,7 @@
return fcond
def emit_op_save_exception(self, op, arglocs, regalloc, fcond):
+ resloc = arglocs[0]
self._store_and_reset_exception(self.mc, resloc)
return fcond
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit