1 ;;; Written by William Lott.
7 (:args (object :scs (descriptor-reg any-reg) :target nl0))
8 (:results (result :scs (descriptor-reg)))
10 (:temporary (:sc any-reg :offset nl0-offset :from (:argument 0)) nl0)
11 (:temporary (:sc any-reg :offset cfunc-offset) cfunc)
12 (:temporary (:sc interior-reg :offset lip-offset) lip)
13 (:temporary (:scs (non-descriptor-reg)) temp)
14 (:temporary (:sc control-stack :offset nfp-save-offset) nfp-save)
17 (let ((cur-nfp (current-nfp-tn vop)))
19 (store-stack-tn nfp-save cur-nfp))
21 (inst lr temp (make-fixup "call_into_c" :foreign))
24 (inst lr cfunc (make-fixup "debug_print" :foreign))
27 (load-stack-tn cur-nfp nfp-save))