mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
runtime: small (cosmetic) simplification
This commit is contained in:
parent
5b590698bd
commit
8e2d76fbce
1 changed files with 1 additions and 1 deletions
|
@ -5360,7 +5360,7 @@ void _Cyc_91end_91thread_67(void *data, object clo, int argc, object * args)
|
|||
vector_type *v = d->scm_thread_obj;
|
||||
v->elements[7] = args[0]; // Store thread result
|
||||
|
||||
Cyc_end_thread((gc_thread_data *) data);
|
||||
Cyc_end_thread(d);
|
||||
object cont = args[0];
|
||||
return_closcall1(data, cont, boolean_f);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue