Skip to content

Commit

Permalink
XS: snapshot generator frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Soquet committed Feb 21, 2021
1 parent 4bfdfdd commit e0bdcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xs/sources/xsSnapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ void fxWriteSlot(txMachine* the, txSnapshot* snapshot, txSlot* slot, txFlag flag
buffer.value.export.module = fxProjectSlot(the, snapshot->firstProjection, slot->value.export.module);
break;
case XS_FRAME_KIND:
buffer.next = C_NULL;
break;
default:
fxReport(the, "# snapshot: invalid slot %d!\n", slot->kind);
Expand Down

0 comments on commit e0bdcf7

Please sign in to comment.