summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bits/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/bits/compiler.h')
-rw-r--r--src/arch/i386/include/bits/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/bits/compiler.h b/src/arch/i386/include/bits/compiler.h
index 7c4a09396..87201135f 100644
--- a/src/arch/i386/include/bits/compiler.h
+++ b/src/arch/i386/include/bits/compiler.h
@@ -9,7 +9,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#ifndef ASSEMBLY
/** Declare a function with standard calling conventions */
-#define __asmcall __attribute__ (( used, cdecl, regparm(0) ))
+#define __asmcall __attribute__ (( cdecl, regparm(0) ))
/**
* Declare a function with libgcc implicit linkage