Fixed bogus warning from GCC.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402466
This commit is contained in:
parent
0c1c984eaf
commit
edb7b49c25
@ -2440,7 +2440,7 @@ jitoffs_t RelocLookup(JitWriter *jit, cell_t pcode_offs, bool relative)
|
|||||||
#if defined _DEBUG
|
#if defined _DEBUG
|
||||||
if (jit->outbase != NULL)
|
if (jit->outbase != NULL)
|
||||||
{
|
{
|
||||||
assert(*(jitoffs_t *)(data->rebase + pcode_offs) != NULL);
|
assert(*(jitoffs_t *)(data->rebase + pcode_offs) != 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return *(jitoffs_t *)(data->rebase + pcode_offs);
|
return *(jitoffs_t *)(data->rebase + pcode_offs);
|
||||||
|
Loading…
Reference in New Issue
Block a user