mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-05 15:32:38 +00:00
Merge pull request #5 from CheetahPixie/patch-1
Remove the sp register from UNPRESERVED_REGS
This commit is contained in:
commit
5044fbd700
@ -36,7 +36,7 @@
|
||||
/*
|
||||
* Inside Macintosh Volume I, I-94: Register Saving Conventions */
|
||||
|
||||
#define UNPRESERVED_REGS "%%a0", "%%a1", "%%a2", "%%d1", "%%d2", "%%sp", "memory"
|
||||
#define UNPRESERVED_REGS "%%a0", "%%a1", "%%a2", "%%d1", "%%d2", "memory"
|
||||
|
||||
#define _Trap(a) #a
|
||||
#define Trap(a) " dc.w "_Trap(a)" /* "#a" */\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user