Author: David Schneider <david.schnei...@picle.org> Branch: arm-backend-2 Changeset: r49475:0fc247cc5f82 Date: 2011-11-16 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/0fc247cc5f82/
Log: Bah, fix. diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py --- a/pypy/jit/backend/arm/regalloc.py +++ b/pypy/jit/backend/arm/regalloc.py @@ -141,7 +141,7 @@ loc = None if isinstance(thing, Const): if isinstance(thing, ConstPtr): - tp = PTR + tp = REF else: tp = INT loc = self.get_scratch_reg(tp, forbidden_vars=self.temp_boxes + forbidden_vars) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit