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 | 7b3abbd51c91b51725a12d17fad6ecbfcdb19975 (patch) | |
| tree | 4fdd60cc2de9f0a68814bf47d42d675593a965a0 /inc/storage.h | |
| parent | 9cd1f287f0c86b36788cd8ede812b847c584f711 (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. */ |
