From bc47d9131869b1f072e21d9cb61746d14bf30751 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 29 Mar 2025 02:36:38 -0400 Subject: get_instr_fields return mnemonic rather than opcode and type --- inc/stage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inc/stage.h') diff --git a/inc/stage.h b/inc/stage.h index 04de475..f6bad41 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -35,6 +35,10 @@ class Stage * The shared pool of general-purpose integer registers. */ static std::array gprs; + /** + * The shared pool of general-purpose vector registers. + */ + static std::array vrs; /** * The address of the currently executing instruction. */ -- cgit v1.2.3