diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-26 12:35:45 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-26 12:35:45 +0200 |
| commit | 40cb14bf316331b3f6757857af20eeb695c236b0 (patch) | |
| tree | eb2de8f70b2b2f7857d6bd551d18c34cc707aeb2 /src/include | |
| parent | 27d18e41690c698eef55e19a8133e336a27e971a (diff) | |
| download | box64-40cb14bf316331b3f6757857af20eeb695c236b0.tar.gz box64-40cb14bf316331b3f6757857af20eeb695c236b0.zip | |
And yet another build fixe for the untested loogarch64 support
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/myalign.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/myalign.h b/src/include/myalign.h index e0539cf9..d085e3d3 100755 --- a/src/include/myalign.h +++ b/src/include/myalign.h @@ -102,7 +102,7 @@ typedef struct va_list { #error TODO! #elif defined(__loongarch64) #define CREATE_SYSV_VALIST(A) \ - va_list sysv_vaargs = (va_list)A + va_list sysv_varargs = (va_list)A // not creating CONVERT_VALIST(A) on purpose // this one will create a VA_LIST from x64_va_list using only GPRS and 100 stack element #define CREATE_VALIST_FROM_VALIST(VA, SCRATCH) \ |