diff --git a/src/arch/x86_64/include/bits/compiler.h b/src/arch/x86_64/include/bits/compiler.h index 99185b058..e846445f1 100644 --- a/src/arch/x86_64/include/bits/compiler.h +++ b/src/arch/x86_64/include/bits/compiler.h @@ -13,7 +13,7 @@ FILE_SECBOOT ( PERMITTED ); #define ASM_NO_PREFIX "c" /** Declare a function with standard calling conventions */ -#define __asmcall __attribute__ (( regparm(0) )) +#define __asmcall /** Declare a function with libgcc implicit linkage */ #define __libgcc