about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
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)                          \