X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fparms.lisp;h=4e05dd7edb8314705c4c418c74c32e1e39937a72;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=6a1377f082f6fd280d9975ec7dcfc2b48805096d;hpb=4b58efcd710097cf7cc9b1a1bed8b0e1bd6eb3b8;p=sbcl.git diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index 6a1377f..4e05dd7 100644 --- a/src/compiler/ppc/parms.lisp +++ b/src/compiler/ppc/parms.lisp @@ -2,6 +2,14 @@ ;;;; attributes for the PPC. This file is separate from other stuff so ;;;; that it can be compiled and loaded earlier. +;;;; 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") @@ -88,13 +96,10 @@ (def!constant number-stack-displacement (* #!-darwin 2 #!+darwin 8 - sb!vm:n-word-bytes)) - + n-word-bytes)) - ;;; Where to put the different spaces. -;;; (def!constant read-only-space-start #x01000000) (def!constant read-only-space-end #x04ff8000)