starndard style initializer

This commit is contained in:
Yuichi Nishiwaki 2014-09-26 17:38:58 +09:00
parent 490472af2f
commit 5cfa89ba23
1 changed files with 1 additions and 1 deletions

2
vm.c
View File

@ -1094,7 +1094,7 @@ pic_value
pic_apply_trampoline(pic_state *pic, struct pic_proc *proc, pic_value args)
{
static const pic_code iseq[2] = {
{ OP_NOP, {} },
{ OP_NOP, { .i = 0 } },
{ OP_TAILCALL, { .i = -1 } }
};