Fix another typo
--HG-- extra : convert_revision : ad7058babf2a13bfe543e05f2662dc49a18a8b8b
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user