DebugInterface: Fix formatting

This commit is contained in:
Ty Lamontagne 2024-09-18 16:57:20 -04:00
parent 0a0f99dd1b
commit d1721360ff
No known key found for this signature in database
GPG Key ID: 41C90AE46958A892
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ bool R5900DebugInterface::isValidAddress(u32 addr)
break; break;
case 8: case 8:
case 0xA: case 0xA:
if(lopart <= 0xFFFFF) if (lopart <= 0xFFFFF)
return true; return true;
break; break;
case 9: case 9: