diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/myalign.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/myalign.h b/src/include/myalign.h index 4a705afa..cc4922bd 100755 --- a/src/include/myalign.h +++ b/src/include/myalign.h @@ -50,7 +50,7 @@ typedef struct { memcpy(&p[6], emu->xmm, 8*16); \ } - +#define PREFER_CONVERT_VAARG #elif defined(__aarch64__) // aarch64: 8 64bits general regs and 8 128bits float regs @@ -92,6 +92,8 @@ typedef struct va_list { memcpy(&p[6], emu->xmm, 8*16); \ } +#define PREFER_CONVERT_VAARG + #elif defined(__sw_64__) /* or Alpha */ /* typdef struct { |