CPU: Fix alignment exception on register indirect branch

This commit is contained in:
Connor McLaughlin
2019-09-15 01:13:11 +10:00
parent bea727bbe4
commit 4ca3b4b570
2 changed files with 13 additions and 4 deletions

View File

@ -65,7 +65,7 @@ private:
void DisassembleAndPrint(u32 addr);
// Fetches the instruction at m_regs.npc
void FetchInstruction();
bool FetchInstruction();
void ExecuteInstruction(Instruction inst);
void ExecuteCop0Instruction(Instruction inst);
void Branch(u32 target);