Fix a 'permissive' warning
This commit is contained in:
parent
9ff72a731f
commit
8c68f4a06b
|
@ -308,7 +308,7 @@ void* DYNACALL rdv_LinkBlock(u8* code,u32 dpc)
|
|||
rbi=bm_GetStaleBlock(code);
|
||||
}
|
||||
|
||||
verify((int)rbi);
|
||||
verify(rbi != NULL);
|
||||
|
||||
u32 bcls=BET_GET_CLS(rbi->BlockType);
|
||||
|
||||
|
|
Loading…
Reference in New Issue