Changeset 13825
- Timestamp:
- Jun 14, 2010, 10:18:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/lisp-kernel/arm-exceptions.c
r13799 r13825 957 957 958 958 959 OSStatus 959 Boolean 960 960 handle_sigfpe(ExceptionInformation *xp, TCR *tcr) 961 961 { 962 963 964 965 /* 'handle_fpux_binop' scans back from the specified PC until it finds an FPU 966 operation; there's an FPU operation right at the PC, so tell it to start 967 looking one word beyond */ 968 return handle_fpux_binop(xp, (pc)((natural)(xpPC(xp))+4)); 962 return false; 969 963 } 970 964 … … 1097 1091 break; 1098 1092 } 1093 break; 1099 1094 } 1100 1095
Note: See TracChangeset
for help on using the changeset viewer.