- Timestamp:
- Jun 30, 2005, 4:11:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx-libgcc1.asm
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r2114 r2115 36 36 /* 37 37 * Calc new %esp, store it in %eax. 38 * The returned address is 8 byte aligned.39 38 */ 40 39 negl %eax 41 lea (%esp, %eax), %eax 42 andl $0xfffffff8, %eax 40 lea 4(%esp, %eax), %eax 43 41 44 42 /* … … 58 56 .align 2, 0x90 59 57 L1: 60 movb$0, (%ecx) /* probe */58 orl $0, (%ecx) /* probe */ 61 59 subl $0x1000, %ecx /* next page */ 62 60 cmpl %eax, %ecx /* done? */ … … 74 72 jmp *%eax /* return */ 75 73 #endif // L_alloca 74 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.