diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/include/armv4/arch/exception.h | 2 | ||||
-rw-r--r-- | src/arch/x86/include/arch/exception.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm/include/armv4/arch/exception.h b/src/arch/arm/include/armv4/arch/exception.h index a426c52aca..d4e9658f75 100644 --- a/src/arch/arm/include/armv4/arch/exception.h +++ b/src/arch/arm/include/armv4/arch/exception.h @@ -30,6 +30,6 @@ #ifndef _ARCH_EXCEPTION_H #define _ARCH_EXCEPTION_H -static void exception_init(void) { /* not implemented */ } +static inline void exception_init(void) { /* not implemented */ } #endif diff --git a/src/arch/x86/include/arch/exception.h b/src/arch/x86/include/arch/exception.h index a426c52aca..d4e9658f75 100644 --- a/src/arch/x86/include/arch/exception.h +++ b/src/arch/x86/include/arch/exception.h @@ -30,6 +30,6 @@ #ifndef _ARCH_EXCEPTION_H #define _ARCH_EXCEPTION_H -static void exception_init(void) { /* not implemented */ } +static inline void exception_init(void) { /* not implemented */ } #endif |