typo in x86 Darwin support
svn: r2416
This commit is contained in:
parent
354b9128fc
commit
fa34048e30
|
@ -3980,6 +3980,7 @@ static int do_generate_common(mz_jit_state *jitter, void *_data)
|
||||||
jit_pusharg_p(JIT_RUNSTACK);
|
jit_pusharg_p(JIT_RUNSTACK);
|
||||||
jit_pusharg_i(JIT_R1);
|
jit_pusharg_i(JIT_R1);
|
||||||
(void)jit_finish(scheme_checked_vector_ref);
|
(void)jit_finish(scheme_checked_vector_ref);
|
||||||
|
/* doesn't return */
|
||||||
CHECK_LIMIT();
|
CHECK_LIMIT();
|
||||||
|
|
||||||
mz_patch_branch(ref);
|
mz_patch_branch(ref);
|
||||||
|
@ -4078,7 +4079,7 @@ static int do_generate_common(mz_jit_state *jitter, void *_data)
|
||||||
#endif
|
#endif
|
||||||
#ifdef MZ_USE_JIT_I386
|
#ifdef MZ_USE_JIT_I386
|
||||||
# ifdef _CALL_DARWIN
|
# ifdef _CALL_DARWIN
|
||||||
mz_set_local(JIT_V1, JIT_LOCAL3);
|
mz_set_local_p(JIT_V1, JIT_LOCAL3);
|
||||||
# else
|
# else
|
||||||
jit_pushr_p(JIT_V1);
|
jit_pushr_p(JIT_V1);
|
||||||
# endif
|
# endif
|
||||||
|
@ -4206,7 +4207,7 @@ static int do_generate_common(mz_jit_state *jitter, void *_data)
|
||||||
#endif
|
#endif
|
||||||
#ifdef MZ_USE_JIT_I386
|
#ifdef MZ_USE_JIT_I386
|
||||||
# ifdef _CALL_DARWIN
|
# ifdef _CALL_DARWIN
|
||||||
mz_get_local(JIT_V1, JIT_LOCAL3);
|
mz_get_local_p(JIT_V1, JIT_LOCAL3);
|
||||||
# else
|
# else
|
||||||
jit_popr_p(JIT_V1);
|
jit_popr_p(JIT_V1);
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user