avoid compiler warning
This commit is contained in:
parent
2c56ace436
commit
bdff5e8379
|
@ -561,7 +561,8 @@ int scheme_generate_struct_alloc(mz_jit_state *jitter, int num_args,
|
||||||
if (!always_slow) {
|
if (!always_slow) {
|
||||||
ref = jit_bmci_ul(jit_forward(), JIT_R0, 0x1);
|
ref = jit_bmci_ul(jit_forward(), JIT_R0, 0x1);
|
||||||
CHECK_LIMIT();
|
CHECK_LIMIT();
|
||||||
}
|
} else
|
||||||
|
ref = NULL;
|
||||||
|
|
||||||
/* Slow path: non-struct-prop proc, or argument type is
|
/* Slow path: non-struct-prop proc, or argument type is
|
||||||
bad for a getter. */
|
bad for a getter. */
|
||||||
|
@ -644,7 +645,8 @@ int scheme_generate_struct_alloc(mz_jit_state *jitter, int num_args,
|
||||||
__END_SHORT_JUMPS__(1);
|
__END_SHORT_JUMPS__(1);
|
||||||
refdone = jit_jmpi(jit_forward());
|
refdone = jit_jmpi(jit_forward());
|
||||||
__START_SHORT_JUMPS__(1);
|
__START_SHORT_JUMPS__(1);
|
||||||
}
|
} else
|
||||||
|
refdone = NULL;
|
||||||
CHECK_LIMIT();
|
CHECK_LIMIT();
|
||||||
|
|
||||||
if (always_slow) {
|
if (always_slow) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user