aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include/arch/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/cpu.h')
-rw-r--r--src/arch/x86/include/arch/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h
index 9c94ab1e8e..936dcf403c 100644
--- a/src/arch/x86/include/arch/cpu.h
+++ b/src/arch/x86/include/arch/cpu.h
@@ -204,7 +204,7 @@ static inline struct cpu_info *cpu_info(void)
"andl %%esp,%0; "
"orl %2, %0 "
#endif
- :"=r" (ci)
+ : "=r" (ci)
: "0" (~(CONFIG_STACK_SIZE - 1)),
"r" (CONFIG_STACK_SIZE - sizeof(struct cpu_info))
);