Changeset 892


Ignore:
Timestamp:
Oct 26, 2004, 9:51:22 PM (20 years ago)
Author:
Gary Byers
Message:

play around with r2 when zeroing FPSCR

Location:
trunk/ccl/lisp-kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/asmutils.s

    r518 r892  
    9393*/
    9494_exportfn(C(zero_fpscr))
     95        __(mr r4,r2)
     96        __(mr r2,r3)
    9597        __(uuo_zero_fpscr())
     98        __(mr r2,r4)
    9699        __(blr)
    97100_endfn
  • trunk/ccl/lisp-kernel/lisp-exceptions.c

    r872 r892  
    13051305handle_sigfpe(ExceptionInformation *xp, TCR *tcr)
    13061306{
    1307   (void) zero_fpscr();
     1307  (void) zero_fpscr(tcr);
    13081308  enable_fp_exceptions();
    13091309
Note: See TracChangeset for help on using the changeset viewer.