Skip to content
Snippets Groups Projects
Commit 1d530734 authored by ram's avatar ram
Browse files

Added ASSEMBLER-RESOURCES slot.

parent 4929bd41
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
(instruction-formats (make-hash-table :test #'eq) :type hash-table) (instruction-formats (make-hash-table :test #'eq) :type hash-table)
(instruction-flavors (make-hash-table :test #'equal) :type hash-table) (instruction-flavors (make-hash-table :test #'equal) :type hash-table)
(special-arg-types (make-hash-table :test #'eq) :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. ;; The backend specific features list, if any.
(features nil :type list) (features nil :type list)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment