0.6.12.5:
[sbcl.git] / src / assembly / alpha / assem-rtns.lisp
index aae4d8a..06aa556 100644 (file)
@@ -1,16 +1,17 @@
-;;; **********************************************************************
-;;; This code was written as part of the CMU Common Lisp project at
-;;; Carnegie Mellon University, and has been placed in the public domain.
-;;;
-;;;
-;;; **********************************************************************
-;;;
-(in-package "SB!VM")
+;;;; This software is part of the SBCL system. See the README file for
+;;;; more information.
+;;;;
+;;;; This software is derived from the CMU CL system, which was
+;;;; written at Carnegie Mellon University and released into the
+;;;; public domain. The software is in the public domain and is
+;;;; provided with absolutely no warranty. See the COPYING and CREDITS
+;;;; files for more information.
 
+(in-package "SB!VM")
 \f
 ;;;; Return-multiple with other than one value
 
-#+sb-assembling ;; we don't want a vop for this one.
+#+sb-assembling ;; We don't want a vop for this one.
 (define-assembly-routine
     (return-multiple
      (:return-style :none))
   
   ;; Return.
   (lisp-return lra lip))
-
 \f
-;;;; tail-call-variable.
+;;;; tail-call-variable
 
-#+sb-assembling ;; no vop for this one either.
+#+sb-assembling ;; no vop for this one either
 (define-assembly-routine
     (tail-call-variable
      (:return-style :none))
     (lisp-jump temp lip)))
 
 \f
-;;;; Non-local exit noise.
+;;;; non-local exit noise
 
 (define-assembly-routine
     (unwind
   (store-symbol-value next-uwp sb!impl::*current-unwind-protect-block*)
   (inst br zero-tn do-exit))
 
-
 (define-assembly-routine
     throw
     ((:arg target descriptor-reg a0-offset)