Increase ARM64 work registers from 5 to 10.

This commit is contained in:
SarahW 2018-07-25 20:17:42 +01:00
commit 5ca2533f3c
2 changed files with 7 additions and 2 deletions

View file

@ -75,7 +75,7 @@
#define REG_TEMP REG_X7
#define CODEGEN_HOST_REGS 5
#define CODEGEN_HOST_REGS 10
extern void *codegen_mem_load_byte;
extern void *codegen_mem_load_word;