diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ retry: ; asm("mov %0, 1\n\t" - "xchg %0, %1" : "=r" (rax) : "m" (console_lock)); + "xchg %0, %1" : "=r" (rax), "=m" (console_lock)); if(rax) goto retry; |