Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
[bugfix] pic_load_point must store escape->results
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuichi committed Jan 26, 2015
1 parent 303041a commit 9417b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extlib/benz/cont.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ escape_call(pic_state *pic)
pic_get_args(pic, "*", &argc, &argv);

e = pic_data_ptr(pic_attr_ref(pic, pic_obj_value(pic_get_proc(pic)), "@@escape"));
((struct pic_escape *)e->data)->results = pic_list_by_array(pic, argc, argv);

pic_load_point(pic, e->data);

Expand Down

0 comments on commit 9417b45

Please sign in to comment.