mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
dbe8597e90
commit
8efb714097
1 changed files with 1 additions and 0 deletions
|
@ -957,6 +957,7 @@
|
|||
"(void *data, int argc, closure _, object k, object obj)"
|
||||
" make_pair(p, obj, NULL);
|
||||
gc_thread_data *thd = (gc_thread_data *)data;
|
||||
//Cyc_global_set(thd, thd->param_objs, &p); // TODO: needed?? seems to be segfauling, though
|
||||
cdr(&p) = thd->param_objs;
|
||||
thd->param_objs = (object)(&p);
|
||||
return_closcall1(data, k, thd->param_objs); ")
|
||||
|
|
Loading…
Add table
Reference in a new issue