about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-26 12:35:45 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-26 12:35:45 +0200
commit40cb14bf316331b3f6757857af20eeb695c236b0 (patch)
treeeb2de8f70b2b2f7857d6bd551d18c34cc707aeb2 /src/include
parent27d18e41690c698eef55e19a8133e336a27e971a (diff)
downloadbox64-40cb14bf316331b3f6757857af20eeb695c236b0.tar.gz
box64-40cb14bf316331b3f6757857af20eeb695c236b0.zip
And yet another build fixe for the untested loogarch64 support
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/myalign.h2
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)                          \