Mail Archives: djgpp-workers/2000/04/13/17:46:11
*** src/libc/dpmi/api/d0301_s.S.old Wed Aug 4 15:58:24 1999
--- src/libc/dpmi/api/d0301_s.S Thu Apr 13 13:58:46 2000
***************
*** 18,23 ****
--- 18,24 ----
/* Set up %esi, %edi to copy data to the PM stack. */
subl %ecx, %esp
+ subl %ecx, %esp
movl %esp, %edi
movl ARG3, %esi
***************
*** 37,41 ****
xorl %eax, %eax
! #define RESTORE_ESP addl ARG2, %esp /* comma confuses LEAVEP
macro. */
LEAVEP(RESTORE_ESP ; popl %es)
--- 38,42 ----
xorl %eax, %eax
! #define RESTORE_ESP addl ARG2, %esp ; addl ARG2, %esp /* comma
confuses LEAVEP macro. */
LEAVEP(RESTORE_ESP ; popl %es)
- Raw text -