Fix another typo
--HG-- extra : convert_revision : ad7058babf2a13bfe543e05f2662dc49a18a8b8b
This commit is contained in:
parent
39de635fbf
commit
1dd903e856
1 changed files with 0 additions and 1 deletions
|
@ -745,7 +745,6 @@ decode OPCODE default Unknown::unknown() {
|
|||
0: OpcdecFault::hw_mfpr();
|
||||
format HwMoveIPR {
|
||||
1: hw_mfpr({{
|
||||
miscRegIndex >= NumInternalProcRegs)
|
||||
int miscRegIndex = (ipr_index < NumInternalProcRegs) ?
|
||||
IprToMiscRegIndex[ipr_index] : -1;
|
||||
if(miscRegIndex < 0 || !IprIsReadable(miscRegIndex) ||
|
||||
|
|
Loading…
Reference in a new issue