From 86c320a60c7db7bd716c66eaf662a1938ea196cf Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Wed, 30 Sep 2015 22:50:17 -0400 Subject: [PATCH] Remove forward-reference to INTERUPT-THREAD-ERROR condition class. --- build-order.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 50ffa6844..7e2d6e9e0 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -296,7 +296,6 @@ ("src/code/sort" :not-host) ("src/code/time" :not-host) - ("src/code/timer" :not-host) ("src/code/final" :not-host) ("src/code/setf-funs" :not-host) @@ -693,6 +692,7 @@ ("src/code/early-step") ; target-thread needs *STEP-OUT* ("src/code/target-thread" :not-host) + ("src/code/timer" :not-host) ;; defines SB!DI:DO-DEBUG-FUN-BLOCKS, needed by target-disassem.lisp ("src/code/interr" :not-host) -- 2.11.4.GIT