Fix another typo

--HG--
extra : convert_revision : ad7058babf2a13bfe543e05f2662dc49a18a8b8b
This commit is contained in:
Gabe Black 2006-10-31 18:39:17 -05:00
parent 39de635fbf
commit 1dd903e856

View file

@ -745,7 +745,6 @@ decode OPCODE default Unknown::unknown() {
0: OpcdecFault::hw_mfpr(); 0: OpcdecFault::hw_mfpr();
format HwMoveIPR { format HwMoveIPR {
1: hw_mfpr({{ 1: hw_mfpr({{
miscRegIndex >= NumInternalProcRegs)
int miscRegIndex = (ipr_index < NumInternalProcRegs) ? int miscRegIndex = (ipr_index < NumInternalProcRegs) ?
IprToMiscRegIndex[ipr_index] : -1; IprToMiscRegIndex[ipr_index] : -1;
if(miscRegIndex < 0 || !IprIsReadable(miscRegIndex) || if(miscRegIndex < 0 || !IprIsReadable(miscRegIndex) ||