i386: Fix global label in inline asm compile error

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
Graeme Russ 2009-11-24 20:04:16 +11:00 committed by Wolfgang Denk
parent 4ee4e413ba
commit 141a62cc12
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@
#ifndef __ASSEMBLER__
extern unsigned long ip;
#define PRINTIP asm ("call next_line\n" \
"next_line:\n" \
#define PRINTIP asm ("call 0\n" \
"0:\n" \
"pop %%eax\n" \
"movl %%eax, %0\n" \
:"=r"(ip) \