Fix a 'permissive' warning

This commit is contained in:
Gabriel Corona 2015-07-31 20:37:39 +02:00
parent 9ff72a731f
commit 8c68f4a06b
1 changed files with 1 additions and 1 deletions

View File

@ -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);