[ECOS] Patch for x86 vector.S
Fabrice Gautier
Fabrice_Gautier@sdesigns.com
Tue Oct 9 19:12:00 GMT 2001
Hi,
I had to suppress a single quote in a assembly comment. The preprocessor was
looking for the end of the string constant...
(Cygwin host)
The separate stub stack stuff is cool btw...
Index: vectors.S
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/src/vectors.S,v
retrieving revision 1.10
diff -u -r1.10 vectors.S
--- vectors.S 2001/10/05 16:22:38 1.10
+++ vectors.S 2001/10/10 02:06:42
@@ -240,7 +240,7 @@
pushl 36(%ebp) # PC
mov %ebp,%esp
popa
- movl -20(%esp),%esp # popa doesn't restore %esp
+ movl -20(%esp),%esp # popa doesnt restore %esp
sub $12,%esp # adjust for EFLAGS, CS, and PC
iret
1:
--
Fabrice Gautier
Software Engineer, Sigma Designs
Fabrice_Gautier@sdesigns.com
More information about the Ecos-discuss
mailing list