[pypy-commit] pypy default: fix translation on arm

2019-06-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r96810:c82849260828 Date: 2019-06-17 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c82849260828/ Log:fix translation on arm diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/ar

[pypy-commit] pypy default: fix translation on ARM, I believe

2013-04-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63484:e64058419d45 Date: 2013-04-18 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/e64058419d45/ Log:fix translation on ARM, I believe diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython