mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
fixed generator code after changes to state machine builder
This commit is contained in:
parent
190c9814cf
commit
3a6ed0f81c
4 changed files with 82 additions and 100 deletions
|
|
@ -16,6 +16,7 @@ public record Frame(FrameTracker.Type[] locals, FrameTracker.Type[] stack) {
|
|||
slot++;
|
||||
if (slot <= smb.paramSlotOff) continue;
|
||||
|
||||
if(entry.tag() == FrameTracker.Type.TOP_TYPE.tag())continue;
|
||||
if (entry.isCategory2_2nd()) continue;
|
||||
|
||||
sst.save_local(smb, cob, entry.toCD(), slot - smb.paramSlotOff + loc_off - 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue