X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fvm-macs.lisp;h=74a9e099ef95999a0cf81b31c83a25cfe6be6fe5;hb=7f579b076a1fc54587538ead07e506e7f06f3fe8;hp=8789a96ca803d729aad8d24c8b9838bb01ca0408;hpb=2230ea0c1765a95fd2aa0a8996b3555b93ba3745;p=sbcl.git diff --git a/src/compiler/generic/vm-macs.lisp b/src/compiler/generic/vm-macs.lisp index 8789a96..74a9e09 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 40) +(def!constant sc-number-limit 62) ;;; Modular functions