Silence warning with Clang

This commit is contained in:
twinaphex 2016-08-16 11:55:34 +02:00 committed by zeromus
parent f54d68405f
commit 75c9c6f5d2
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ BOOL armcp15_t::moveARM2CP(u32 val, u8 CRn, u8 CRm, u8 opcode1, u8 opcode2)
} }
return FALSE; return FALSE;
case 9: case 9:
if((opcode1==0)) if(opcode1 == 0)
{ {
switch(CRm) switch(CRm)
{ {