Changeset 827


Ignore:
Timestamp:
Jun 5, 2004, 11:01:31 PM (20 years ago)
Author:
Gary Byers
Message:

Ensure TSP valid before asserting lisp-mode in ffi return.

File:
1 edited

Legend:

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

    r608 r827  
    36473647        __(mr rcontext,imm2)
    36483648        __(li imm2,TCR_STATE_LISP)
     3649        __(ldr(tsp,tcr.save_tsp(rcontext)))
    36493650        __(str(imm2,tcr.valence(rcontext)))     
    36503651        __(ldr(allocptr,tcr.save_allocptr(rcontext)))
    36513652        __(ldr(allocbase,tcr.save_allocbase(rcontext)))
    3652         __(ldr(tsp,tcr.save_tsp(rcontext)))
    36533653        __(ldr(loc_pc,lisp_frame.savelr(sp)))
    36543654        __(mtlr loc_pc)
Note: See TracChangeset for help on using the changeset viewer.