Increase ARM64 work registers from 5 to 10.
This commit is contained in:
parent
f27b7f757a
commit
5ca2533f3c
2 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue