This project is closed and read-only.
Backport #3712 ยป bug3712.patch
| vm_insnhelper.c (working copy) | ||
|---|---|---|
|
cfp->self = self;
|
||
|
cfp->lfp = lfp;
|
||
|
cfp->dfp = sp;
|
||
|
cfp->block_iseq = 0;
|
||
|
cfp->proc = 0;
|
||
|
cfp->me = 0;
|
||