Changeset 5962
- Timestamp:
- Feb 28, 2007, 4:16:41 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.c
r5951 r5962 1552 1552 /* Fall through */ 1553 1553 case ID_load_allocptr_reg_from_tcr_save_allocptr_instruction: 1554 tcr->save_allocptr = (void *)(VOID_ALLOCPTR-disp); 1554 if (interrupt_displacement) { 1555 tcr->save_allocptr += disp; 1556 *interrupt_displacement = disp; 1557 } else { 1558 tcr->save_allocptr = (void *)(VOID_ALLOCPTR-disp); 1559 } 1555 1560 break; 1556 1561 }
Note:
See TracChangeset
for help on using the changeset viewer.
