Author: David Schneider <david.schnei...@picle.org> Branch: Changeset: r63452:116ce9cfbdcc Date: 2013-04-17 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/116ce9cfbdcc/
Log: some pffff 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 @@ -366,7 +366,6 @@ # after the rearrangements done just above, ignoring the return # value eax, if necessary noregs = self.cpu.gc_ll_descr.is_shadow_stack() - assert noregs gcmap = self._regalloc.get_gcmap([r.r0], noregs=noregs) self.push_gcmap(self.mc, gcmap, store=True) #the actual call _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit