diff options
Diffstat (limited to 'inc/stage.h')
-rw-r--r-- | inc/stage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/stage.h b/inc/stage.h index 04de475..f6bad41 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -36,6 +36,10 @@ class Stage */ static std::array<signed int, GPR_NUM> gprs; /** + * The shared pool of general-purpose vector registers. + */ + static std::array<signed int, V_NUM> vrs; + /** * The address of the currently executing instruction. */ static unsigned int pc; |