summaryrefslogtreecommitdiffstats
path: root/gnu-efi-3.0/inc/x86_64/efibind.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi-3.0/inc/x86_64/efibind.h')
-rw-r--r--gnu-efi-3.0/inc/x86_64/efibind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-efi-3.0/inc/x86_64/efibind.h b/gnu-efi-3.0/inc/x86_64/efibind.h
index 065a965..2133798 100644
--- a/gnu-efi-3.0/inc/x86_64/efibind.h
+++ b/gnu-efi-3.0/inc/x86_64/efibind.h
@@ -368,7 +368,7 @@ UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
/* main wrapper (va_num ignored) */
#define uefi_call_wrapper(func,va_num,...) \
- __VA_ARG_NSUFFIX__(_cast64_efi_call, __VA_ARGS__) (func, __VA_ARGS__)
+ __VA_ARG_NSUFFIX__(_cast64_efi_call, __VA_ARGS__) (func , ##__VA_ARGS__)
#endif
#define EFI_FUNCTION __attribute__((ms_abi))