Changeset 892
- Timestamp:
- Oct 26, 2004, 9:51:22 PM (20 years ago)
- Location:
- trunk/ccl/lisp-kernel
- Files:
-
- 2 edited
-
asmutils.s (modified) (1 diff)
-
lisp-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/asmutils.s
r518 r892 93 93 */ 94 94 _exportfn(C(zero_fpscr)) 95 __(mr r4,r2) 96 __(mr r2,r3) 95 97 __(uuo_zero_fpscr()) 98 __(mr r2,r4) 96 99 __(blr) 97 100 _endfn -
trunk/ccl/lisp-kernel/lisp-exceptions.c
r872 r892 1305 1305 handle_sigfpe(ExceptionInformation *xp, TCR *tcr) 1306 1306 { 1307 (void) zero_fpscr( );1307 (void) zero_fpscr(tcr); 1308 1308 enable_fp_exceptions(); 1309 1309
Note:
See TracChangeset
for help on using the changeset viewer.
