1.0.19.7: refactor stack allocation decisions
[sbcl.git] / src / compiler / generic / interr.lisp
index fd992ab..a733652 100644 (file)
    "Object layout is invalid. (indicates obsolete instance)")
   (object-not-complex-vector
    "Object is not a complex (non-SIMPLE-ARRAY) vector.")
+  (tls-exhausted
+   "Thread local storage exhausted.")
   .
   #.(map 'list
          (lambda (saetp)