diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index c2f85fd2684b388d1cae558ba81a064fad9a2f8f..f7ec4e9ffd0761b7a4580664b3d44a4ec78f80b4 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -68,6 +68,7 @@
 #+mach (comf "target:code/mach-os")
 #+sunos (comf "target:code/sunos-os")
 
+(comf "target:code/interr")
 (comf "target:code/error")
 (comf "target:code/salterror")
 
@@ -149,7 +150,6 @@
 (comf "target:code/eval")
 
 (comf "target:code/signal")
-(comf "target:code/interr")
 (comf "target:code/debug-info")
 (comf "target:code/debug-int")
 (comf "target:code/debug")