debugger: Add the XER to the register view

This commit is contained in:
aldelaro5
2017-12-01 05:01:21 -05:00
parent 05b67c7f7c
commit b7fdf374e6
2 changed files with 28 additions and 22 deletions

View File

@ -19,6 +19,7 @@
// LR
// CTR
// CR0-7
// XER
// FPSCR
// MSR
// SRR0
@ -51,7 +52,7 @@ public:
void UpdateCachedRegs();
private:
static constexpr int NUM_SPECIALS = 14;
static constexpr int NUM_SPECIALS = 15;
std::array<u32, 32> m_CachedRegs{};
std::array<u32, NUM_SPECIALS> m_CachedSpecialRegs{};