From 40cb14bf316331b3f6757857af20eeb695c236b0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 26 Sep 2021 12:35:45 +0200 Subject: And yet another build fixe for the untested loogarch64 support --- src/include/myalign.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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) \ -- cgit 1.4.1