summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-11 15:15:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-11 15:15:03 +0000
commitddd22e5d0d20377f202f814aa8e5583ae2e9c14e (patch)
treecfc561939b08799ac3606d6128073993ca9c8984 /c
parentMade all calls to _Thread_Yield_processor consistent in how they are (diff)
downloadrtems-ddd22e5d0d20377f202f814aa8e5583ae2e9c14e.tar.bz2
Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to correct 32 bit
jmp relative offset from .reset section.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/start/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/start/start.S b/c/src/lib/libbsp/i386/i386ex/start/start.S
index 543a300744..e7500bd9b4 100644
--- a/c/src/lib/libbsp/i386/i386ex/start/start.S
+++ b/c/src/lib/libbsp/i386/i386ex/start/start.S
@@ -98,6 +98,8 @@ SYM(reset):
.section .initial
+ nop /* nops required to correct 32 bit jmp relative */
+ nop /* offset from .reset section */
/*
* Enable access to peripheral register at expanded I/O addresses