Changeset 1f7cb3a in mainline for kernel/arch/ia32/src/asm.S
- Timestamp:
- 2009-02-14T20:14:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74bcf5e
- Parents:
- 6c1f763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/asm.S
r6c1f763 r1f7cb3a 269 269 pushl %gs 270 270 271 #ifdef CONFIG_DEBUG_ALLREGS272 pushl %ebx273 pushl %ebp274 pushl %edi275 pushl %esi276 #else277 subl $16, %esp278 #endif279 271 pushl %edx 280 272 pushl %ecx … … 298 290 popl %ecx 299 291 popl %edx 300 #ifdef CONFIG_DEBUG_ALLREGS301 popl %esi302 popl %edi303 popl %ebp304 popl %ebx305 #else306 addl $16, %esp307 #endif308 292 309 293 popl %gs
Note:
See TracChangeset
for help on using the changeset viewer.