Fix typo
This commit is contained in:
parent
90aac96cde
commit
fca1c430af
|
@ -1972,7 +1972,7 @@ scheme_make_closure(Scheme_Thread *p, Scheme_Object *code, int close)
|
||||||
#ifdef MZ_USE_JIT
|
#ifdef MZ_USE_JIT
|
||||||
if (data->u.native_code
|
if (data->u.native_code
|
||||||
/* If the union points to a another Scheme_Lambda*, then it's not actually
|
/* If the union points to a another Scheme_Lambda*, then it's not actually
|
||||||
a pointer to native code. We must have a closure referenced frmo non-JITted code
|
a pointer to native code. We must have a closure referenced from non-JITted code
|
||||||
where the closure is also referenced by JITted code. */
|
where the closure is also referenced by JITted code. */
|
||||||
&& !SAME_TYPE(SCHEME_TYPE(data->u.native_code), scheme_lambda_type)) {
|
&& !SAME_TYPE(SCHEME_TYPE(data->u.native_code), scheme_lambda_type)) {
|
||||||
Scheme_Object *nc;
|
Scheme_Object *nc;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user