Changeset 246f939 in mainline
- Timestamp:
- 2010-07-13T13:05:21Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d029434
- Parents:
- 80c9416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/asm.S
r80c9416 r246f939 372 372 .if (1 << \i) & ERROR_WORD_INTERRUPT_LIST 373 373 /* 374 * Exception with error word : do nothing374 * Exception with error word. 375 375 */ 376 subl $ISTATE_SOFT_SIZE, %esp 376 377 .else 377 378 /* 378 379 * Exception without error word: fake up one 379 380 */ 380 pushl $0381 subl $(ISTATE_SOFT_SIZE + 4), %esp 381 382 .endif 382 383 .else 383 384 /* 384 * Interrupt: fake up one385 * Interrupt: fake up an error word 385 386 */ 386 pushl $0387 subl $(ISTATE_SOFT_SIZE + 4), %esp 387 388 .endif 388 389 subl $ISTATE_SOFT_SIZE, %esp390 389 391 390 /*
Note:
See TracChangeset
for help on using the changeset viewer.