Silence warning with Clang
This commit is contained in:
parent
f54d68405f
commit
75c9c6f5d2
|
@ -416,7 +416,7 @@ BOOL armcp15_t::moveARM2CP(u32 val, u8 CRn, u8 CRm, u8 opcode1, u8 opcode2)
|
|||
}
|
||||
return FALSE;
|
||||
case 9:
|
||||
if((opcode1==0))
|
||||
if(opcode1 == 0)
|
||||
{
|
||||
switch(CRm)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue