diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2006-04-20 12:38:41 +0200 |
---|---|---|
committer | Heiko Schocher <hs@pollux.denx.de> | 2006-04-20 12:38:41 +0200 |
commit | 60e270a4903b3379d6859418d99aeef1d0d0cdff (patch) | |
tree | 48a033782d7f641ffd75f2be076da5b8d513254e /examples/stubs.c | |
parent | 9acb626fc145e7327f94fd77f927dce08dd978a8 (diff) |
Fix I/O Macros and mini-app stubs for Nios-II
Patch by Scott McNutt 11, Aug 2005
-Fix asm/io.h macros
-Eliminate use of CACHE_BYPASS in cpu code
-Eliminate assembler warnings
-Fix mini-app stubs and force no small data
Diffstat (limited to 'examples/stubs.c')
-rw-r--r-- | examples/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stubs.c b/examples/stubs.c index 250a9af6e56..1caa5757479 100644 --- a/examples/stubs.c +++ b/examples/stubs.c @@ -92,7 +92,7 @@ gd_t *global_data; #x ":\n" \ " movhi r8, %%hi(%0)\n" \ " ori r8, r0, %%lo(%0)\n" \ -" add r8, r0, r15\n" \ +" add r8, r8, r15\n" \ " ldw r8, 0(r8)\n" \ " ldw r8, %1(r8)\n" \ " jmp r8\n" \ |