[pypy-commit] pypy default: fix

arigo noreply at buildbot.pypy.org
Mon Oct 12 17:21:03 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
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
 


More information about the pypy-commit mailing list