projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee4e41
)
i386: Fix global label in inline asm compile error
author
Graeme Russ
<graeme.russ@gmail.com>
Tue, 24 Nov 2009 09:04:16 +0000
(20:04 +1100)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 5 Dec 2009 00:02:46 +0000
(
01:02
+0100)
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
include/configs/eNET.h
patch
|
blob
|
history
diff --git
a/include/configs/eNET.h
b/include/configs/eNET.h
index 54c34fa6728dfd11c34b08414307506dd99b4ed8..0a86550861a9ebf961fa2b7e2c81c847cdf1c8ce 100644
(file)
--- a/
include/configs/eNET.h
+++ b/
include/configs/eNET.h
@@
-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) \