Changeset 5199
- Timestamp:
- Sep 12, 2006, 4:31:04 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
r5165 r5199 943 943 TCR* tcr = get_tcr(true); 944 944 LispObj *foreign_rsp = find_foreign_rsp(xpGPR(context,Isp), tcr->cs_area, tcr); 945 #if 1 946 if (tcr->valence != TCR_STATE_LISP) { 947 Bug(context, "exception in foreign context"); 948 } 949 #endif 945 950 #ifdef LINUX 946 951 fpregset_t fpregs = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
