X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=stems-and-flags.lisp-expr;h=2952bcbc39bf55711a4e7e6ab72f75b04364a528;hb=993d5b779638756473181dda8d928d33038d4cc3;hp=0cbd28333b14eb9f0259caf770fe012ce60b1dc1;hpb=59f7d9254f3601cfd48f0c299d5c30562111e991;p=sbcl.git diff --git a/stems-and-flags.lisp-expr b/stems-and-flags.lisp-expr index 0cbd283..2952bcb 100644 --- a/stems-and-flags.lisp-expr +++ b/stems-and-flags.lisp-expr @@ -31,7 +31,7 @@ ;;; FIXME: Perhaps now that a significant number of files are built ;;; in warm load instead of cold load, this file should now be called ;;; cold-stems-and-flags.lisp-expr? Also, perhaps this file should move -;;; into the src/cold/ directory? +;;; into the src/cold directory? ( ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; miscellaneous @@ -170,7 +170,7 @@ ("code/target-alieneval" :not-host) ("code/target-c-call" :not-host) - ("code/target-sap" :not-host) + ("code/target-allocate" :not-host) ("code/array" :not-host) ("code/target-sxhash" :not-host) @@ -553,6 +553,7 @@ ("compiler/generic/target-core" :not-host) ; uses stuff from ; "compiler/generic/core" + ("code/target-sap" :not-host) ; uses SAP-INT-TYPE ("code/target-package" :not-host) ; needs "code/package" ("code/target-random" :not-host) ; needs "code/random" ("code/target-hash-table" :not-host) ; needs "code/hash-table"