diff options
Diffstat (limited to 'src/arch/null/registers.hh')
-rw-r--r-- | src/arch/null/registers.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/null/registers.hh b/src/arch/null/registers.hh index 1e52fc5a6..3f1524554 100644 --- a/src/arch/null/registers.hh +++ b/src/arch/null/registers.hh @@ -49,6 +49,8 @@ typedef uint32_t FloatRegBits; typedef float FloatReg; typedef uint8_t CCReg; typedef uint64_t MiscReg; +typedef uint64_t VectorRegElement; +typedef std::array<VectorRegElement, 0> VectorReg; } |