mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
Apply some cleanups to the abicall macros
This commit is contained in:
parent
08be5f1dab
commit
1ef527e93b
2 changed files with 16 additions and 15 deletions
|
@ -1043,7 +1043,7 @@ enum { xAX = 0, xCX, xDX, xBX, xSP, xBP, xSI, xDI, // x86-64,i386 common
|
|||
|
||||
#define emith_rw_offs_max() 0xffffffffU
|
||||
|
||||
#define host_call(addr, args)
|
||||
#define host_call(addr, args) \
|
||||
addr
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue