diff --git a/compiler/backend.lisp b/compiler/backend.lisp
index 33c53712a05ae816d24fe5596629039491842c12..cdd24f0de4264404667f4192e635af5b99475418 100644
--- a/compiler/backend.lisp
+++ b/compiler/backend.lisp
@@ -20,7 +20,8 @@
 	   backend-register-save-penalty backend-byte-order
 	   backend-any-primitive-type backend-info-environment
 	   backend-instruction-formats backend-instruction-flavors
-	   backend-special-arg-types backend-features
+	   backend-assembler-resources backend-special-arg-types
+	   backend-features
 
 	   ;; The various backends need to call these support routines
 	   make-stack-pointer-tn primitive-type primitive-type-of))