diff options
author | bd <bdunahu@operationnull.com> | 2025-03-28 19:55:04 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-28 19:55:04 -0400 |
commit | 579538d8c3240dcec1fd007a67b5ae4aaa832d3b (patch) | |
tree | 0e47fc8a8d34ccdf9bdc06d9e23123c51e2f7231 /inc/storage.h | |
parent | 136417edd709f0e2d30931d222b658ff7dd9a5a8 (diff) |
Move get_instr_fields, add all instruction mnemonics
Diffstat (limited to 'inc/storage.h')
-rw-r--r-- | inc/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/storage.h b/inc/storage.h index ff1fbcb..d6fa094 100644 --- a/inc/storage.h +++ b/inc/storage.h @@ -80,7 +80,7 @@ class Storage /** * The accessor currently being serviced. */ - enum Accessor requester; + Accessor requester; /** * The number of cycles until the current request is completed. */ |