Changeset fbf7b4c in mainline for arch/ia32/src/interrupt.c
- Timestamp:
- 2006-06-18T10:52:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e600ec4
- Parents:
- 281994b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/interrupt.c
r281994b rfbf7b4c 136 136 :"=m"(mxcsr) 137 137 ); 138 fault_if_from_uspace(istate, "SIMD FP exception(19), MXCSR: %#z X",138 fault_if_from_uspace(istate, "SIMD FP exception(19), MXCSR: %#zx", 139 139 (__native)mxcsr); 140 140 141 141 PRINT_INFO_ERRCODE(istate); 142 printf("MXCSR: %#z X\n",(__native)(mxcsr));142 printf("MXCSR: %#zx\n",(__native)(mxcsr)); 143 143 panic("SIMD FP exception(19)\n"); 144 144 }
Note:
See TracChangeset
for help on using the changeset viewer.