Apply some cleanups to the abicall macros

This commit is contained in:
OsirizX 2023-01-12 11:39:55 -08:00 committed by irixxxx
parent 08be5f1dab
commit 1ef527e93b
2 changed files with 16 additions and 15 deletions

View file

@ -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__