summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/start.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 08:15:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 08:15:03 +0000
commit14023b45a2910eb85d75042b95cd2fdf16dede40 (patch)
tree00ab544a226932044e9b17708944018db8c5d961 /c/src/lib/libbsp/i386/pc386/start/start.S
parent2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-14023b45a2910eb85d75042b95cd2fdf16dede40.tar.bz2
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above. * start/start.S: Change comment to make it gcc -ansi compliant.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S
index 35369571bf..4d1a2bf9e8 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start.S
@@ -145,8 +145,7 @@ SYM (zero_bss):
shrl ecx
xorl eax, eax # value to clear out memory
repne # while ecx != 0
- stosl
- # clear a long in the bss
+ stosl # clear a long in the bss
/*-------------------------------------------------------------------+
| Initialize the video because zero_bss has cleared initVideo parameters