Skip to content
Snippets Groups Projects
Commit c93cac19 authored by wlott's avatar wlott
Browse files

Changed the default policy to :safe.

parent d3eb60b8
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.7 1990/04/27 19:23:57 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.8 1990/05/11 06:53:17 wlott Exp $
;;; ;;;
;;; This file contains the VOPs and macro magic necessary to call static ;;; This file contains the VOPs and macro magic necessary to call static
;;; functions. ;;; functions.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
(define-vop (static-function-template) (define-vop (static-function-template)
(:save-p t) (:save-p t)
(:policy :fast-safe) (:policy :safe)
(:variant-vars symbol) (:variant-vars symbol)
(:temporary (:scs (any-reg)) temp) (:temporary (:scs (any-reg)) temp)
(:temporary (:scs (descriptor-reg)) move-temp) (:temporary (:scs (descriptor-reg)) move-temp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment