Fix warning.
This commit is contained in:
parent
a21b33a760
commit
80abc0a020
|
@ -2118,7 +2118,7 @@ static int common4b(mz_jit_state *jitter, void *_data)
|
||||||
(void)jit_bnei_i(refslow, JIT_R2, prim_other_type);
|
(void)jit_bnei_i(refslow, JIT_R2, prim_other_type);
|
||||||
CHECK_LIMIT();
|
CHECK_LIMIT();
|
||||||
|
|
||||||
jit_jmpi(refslow);
|
(void)jit_jmpi(refslow);
|
||||||
|
|
||||||
/* Check argument: */
|
/* Check argument: */
|
||||||
(void)jit_bmsi_ul(refno, JIT_R1, 0x1);
|
(void)jit_bmsi_ul(refno, JIT_R1, 0x1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user