diff --git a/compiler/backend.lisp b/compiler/backend.lisp
index 6d8c463160849de10815466522e73cc644b1a336..33c53712a05ae816d24fe5596629039491842c12 100644
--- a/compiler/backend.lisp
+++ b/compiler/backend.lisp
@@ -167,6 +167,7 @@
   (instruction-formats (make-hash-table :test #'eq) :type hash-table)
   (instruction-flavors (make-hash-table :test #'equal) :type hash-table)
   (special-arg-types (make-hash-table :test #'eq) :type hash-table)
+  (assembler-resources nil :type list)
 
   ;; The backend specific features list, if any.
   (features nil :type list)