This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for x86 vector.S


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]