X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcross-misc.lisp;h=0f68d1d3843b4d62a2c102c5a0dc94e71407a0ec;hb=f3a7c6b54880895d1598b1844d7e6eba98af9e53;hp=16b4999cce59aecf85a514327de7fcf161fba976;hpb=c548f73e8dd676d6ec4576eba6ab661a5061bdfe;p=sbcl.git diff --git a/src/code/cross-misc.lisp b/src/code/cross-misc.lisp index 16b4999..0f68d1d 100644 --- a/src/code/cross-misc.lisp +++ b/src/code/cross-misc.lisp @@ -25,6 +25,10 @@ ;;; may then have to wade through some irrelevant warnings). (declaim (declaration inhibit-warnings)) +;;; We sometimes want to enable DX unconditionally in our own code, +;;; but the host can ignore this without harm. +(declaim (declaration sb!c::stack-allocate-dynamic-extent)) + ;;; Interrupt control isn't an issue in the cross-compiler: we don't ;;; use address-dependent (and thus GC-dependent) hashes, and we only ;;; have a single thread of control.