From 9ee03813a60c1861686ae17e61883fbfef36b037 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Wed, 12 Jul 2017 15:49:30 -0400 Subject: [PATCH] Fix style-warning in threadless x86-64 build --- src/compiler/x86-64/target-insts.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/x86-64/target-insts.lisp b/src/compiler/x86-64/target-insts.lisp index e5c1e48a5..baad839f3 100644 --- a/src/compiler/x86-64/target-insts.lisp +++ b/src/compiler/x86-64/target-insts.lisp @@ -169,6 +169,7 @@ ((= r/m #b101) (make-machine-ea :rip (read-signed-suffix 32 dstate))) (t (make-machine-ea full-reg)))))) +#!+sb-thread (defun static-symbol-from-tls-index (index) (dovector (sym +static-symbols+) (when (= (symbol-tls-index sym) index) -- 2.11.4.GIT