Fixed multiple definition of REG_SP in ARM64 backend. Fixes build warnings, also fixes Windows 3.x.
This commit is contained in:
parent
584e67845b
commit
3890ffdff0
3 changed files with 38 additions and 38 deletions
|
|
@ -97,7 +97,7 @@
|
|||
#define REG_V30 30
|
||||
#define REG_V31 31
|
||||
|
||||
#define REG_SP 31
|
||||
#define REG_XSP 31
|
||||
|
||||
#define REG_ARG0 REG_X0
|
||||
#define REG_ARG1 REG_X1
|
||||
|
|
|
|||
Loading…
Reference in a new issue