diff --git a/include/arch/x86/asm_inline_gcc.h b/include/arch/x86/asm_inline_gcc.h index f84ed21d78c..97880c537b9 100644 --- a/include/arch/x86/asm_inline_gcc.h +++ b/include/arch/x86/asm_inline_gcc.h @@ -82,7 +82,7 @@ static ALWAYS_INLINE void _do_irq_unlock(void) { __asm__ volatile ( "sti;\n\t" - : : + : : : "memory" ); }