Author: hager <sven.ha...@uni-duesseldorf.de> Branch: ppc-jit-backend Changeset: r52460:bf0389592aae Date: 2012-02-14 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/bf0389592aae/
Log: forgot to change register diff --git a/pypy/jit/backend/ppc/regalloc.py b/pypy/jit/backend/ppc/regalloc.py --- a/pypy/jit/backend/ppc/regalloc.py +++ b/pypy/jit/backend/ppc/regalloc.py @@ -785,7 +785,7 @@ self.rm.force_allocate_reg(op.result, selected_reg=r.r3) t = TempInt() - self.rm.force_allocate_reg(t, selected_reg=r.r1) + self.rm.force_allocate_reg(t, selected_reg=r.r4) self.possibly_free_var(op.result) self.possibly_free_var(t) return [imm(size)] _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit