fix for `vector-{ref,set!}' on chaperone/impersonator on some platforms
--- fixes a81917a2692; drop this commit if that one is dropped
This commit is contained in:
parent
a7deb516f7
commit
ca2dd17dcb
|
@ -907,7 +907,9 @@ static int generate_apply_proxy(mz_jit_state *jitter, int setter)
|
|||
jit_stxi_p(WORDS_TO_BYTES(2), JIT_RUNSTACK, JIT_R0);
|
||||
CHECK_LIMIT();
|
||||
JIT_UPDATE_THREAD_RSPTR();
|
||||
__END_SHORT_JUMPS__(1);
|
||||
scheme_generate_non_tail_call(jitter, 3, 0, 0, 0, 0, 0, 1);
|
||||
__START_SHORT_JUMPS__(1);
|
||||
CHECK_LIMIT();
|
||||
if (setter) {
|
||||
jit_addi_p(JIT_RUNSTACK, JIT_RUNSTACK, WORDS_TO_BYTES(4));
|
||||
|
|
Loading…
Reference in New Issue
Block a user