From 1d53073402dfd4a0b12b018cc92c4fe679d5b74b Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 4 Feb 1991 18:01:33 +0000 Subject: [PATCH] Added ASSEMBLER-RESOURCES slot. --- compiler/backend.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/backend.lisp b/compiler/backend.lisp index 6d8c46316..33c53712a 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) -- GitLab