Changes in kernel/arch/ia32/src/asm.S [8fb47ec0:1f7cb3a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/asm.S
r8fb47ec0 r1f7cb3a 269 269 pushl %gs 270 270 271 pushl %ebp272 271 pushl %edx 273 272 pushl %ecx … … 279 278 movw %ax, %es 280 279 281 # stop stack traces here 282 xorl %ebp, %ebp 280 cld 283 281 284 282 pushl %esp # *istate … … 292 290 popl %ecx 293 291 popl %edx 294 popl %ebp295 292 296 293 popl %gs
Note:
See TracChangeset
for help on using the changeset viewer.