[pypy-commit] pypy arm64: start fighting exceptions

fijal pypy.commits at gmail.com
Tue Jun 11 07:26:35 EDT 2019


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: arm64
Changeset: r96792:17ca4ffd0a3f
Date: 2019-06-11 11:25 +0000
http://bitbucket.org/pypy/pypy/changeset/17ca4ffd0a3f/

Log:	start fighting exceptions

diff --git a/rpython/jit/backend/aarch64/registers.py b/rpython/jit/backend/aarch64/registers.py
--- a/rpython/jit/backend/aarch64/registers.py
+++ b/rpython/jit/backend/aarch64/registers.py
@@ -24,4 +24,4 @@
 callee_saved_registers = [] # x19, x20, x21, x22]
 
 argument_regs = [x0, x1, x2, x3, x4, x5, x6, x7]
-caller_resp = argument_regs + [x8, x9, x10, x11, x12, x13, x14, x15]
\ No newline at end of file
+caller_resp = argument_regs + [x8, x9, x10, x11, x12, x13, x14, x15]


More information about the pypy-commit mailing list