Changeset 14545
- Timestamp:
- Jan 2, 2011, 6:04:46 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/arm-exceptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/arm-exceptions.c
r14534 r14545 1 2 1 3 /* 2 4 Copyright (C) 2010 Clozure Associates … … 1114 1116 case 4: 1115 1117 tcr->interrupt_pending = 0; 1116 callback_for_trap(nrs_CMAIN.vcell, xp, 0, 0, &bump);1118 callback_for_trap(nrs_CMAIN.vcell, xp, 0, 0, NULL); 1117 1119 handled = true; 1118 1120 break;
Note:
See TracChangeset
for help on using the changeset viewer.
