X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Falpha%2Fdebug.lisp;h=7c81a5178f363576996e1eebd707106e7ca2af99;hb=b19093fa94d6e1785abee99c35c9a610e8777671;hp=f820a758b02c911ab538d60ebb40d747de83b33a;hpb=dfa55a883f94470267b626dae77ce7e7dfac3df6;p=sbcl.git diff --git a/src/compiler/alpha/debug.lisp b/src/compiler/alpha/debug.lisp index f820a75..7c81a51 100644 --- a/src/compiler/alpha/debug.lisp +++ b/src/compiler/alpha/debug.lisp @@ -1,21 +1,15 @@ -;;; -*- Package: ALPHA; Log: C.Log -*- -;;; -;;; ********************************************************************** -;;; This code was written as part of the CMU Common Lisp project at -;;; Carnegie Mellon University, and has been placed in the public domain. -;;; - -;;; -;;; ********************************************************************** -;;; -;;; Compiler support for the new whizzy debugger. -;;; -;;; Written by William Lott. -;;; Converted by Sean Hallgren. -;;; -(in-package "SB!VM") +;;;; Alpha compiler support for the new whizzy debugger +;;;; 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") (define-vop (debug-cur-sp) (:translate current-sp) @@ -144,9 +138,6 @@ (loadw res fun 0 function-pointer-type) (inst srl res sb!vm:type-bits res))) - - - (defknown make-number-stack-pointer ((unsigned-byte 32)) system-area-pointer (movable foldable flushable))