[pypy-commit] pypy default: Fix?

arigo noreply at buildbot.pypy.org
Thu Apr 17 10:34:36 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r70685:67f0c5eb1bd1
Date: 2014-04-17 10:33 +0200
http://bitbucket.org/pypy/pypy/changeset/67f0c5eb1bd1/

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
@@ -365,7 +365,7 @@
                 # we're returning with a guard_not_forced_2, and
                 # additionally we need to say that r0 contains
                 # a reference too:
-                self._finish_gcmap[0] |= r_uint(0)
+                self._finish_gcmap[0] |= r_uint(1)
                 gcmap = self._finish_gcmap
             else:
                 gcmap = self.gcmap_for_finish


More information about the pypy-commit mailing list