X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fgeneric%2Fvm-macs.lisp;h=f77dc2506507271a136e435f18d838f728cfd122;hb=372d68ae1432a96a527c662de3af3bb334808856;hp=482bd35ddf3b0f379805135369f5f0534a1d5804;hpb=45bc305be4e269d2e1a477c8e0ae9a64df1ccd1c;p=sbcl.git diff --git a/src/compiler/generic/vm-macs.lisp b/src/compiler/generic/vm-macs.lisp index 482bd35..f77dc25 100644 --- a/src/compiler/generic/vm-macs.lisp +++ b/src/compiler/generic/vm-macs.lisp @@ -106,7 +106,7 @@ (forms `(progn (defknown ,cas-trans (,type ,slot-type ,slot-type) - ,slot-type (unsafe)) + ,slot-type ()) #!+compare-and-swap-vops (def-casser ,cas-trans ,offset ,lowtag)))) (when init @@ -162,7 +162,7 @@ (in-package "SB!C") ;;; the maximum number of SCs in any implementation -(def!constant sc-number-limit 32) +(def!constant sc-number-limit 40) ;;; Modular functions