* GENERATE-ERROR-CODE is still a macro on x86-64, so no quoting
TLS-EXHAUSTED-ERROR.
(inst jmp :ne release-tls-index-lock)
;; Allocate a new tls-index.
(load-symbol-value target *free-tls-index*)
- (let ((error (generate-error-code nil 'tls-exhausted-error)))
+ (let ((error (generate-error-code nil tls-exhausted-error)))
(inst cmp target (fixnumize tls-size))
(inst jmp :ge error))
(inst add (make-ea-for-symbol-value *free-tls-index*)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.16.24"
+"1.0.16.25"