1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-01-24 00:16:56 +00:00

Fix fiber library for larger VM state

This commit is contained in:
David Schmenk
2025-02-02 17:07:43 -08:00
parent db921c7545
commit fa0fe76533

View File

@@ -34,7 +34,7 @@ struc t_vm
byte fill[8]
byte dropop
byte nextop[$10]
byte hwstk[$C0]
byte hwstk[$A0]
end
//
// Save current VM state and restore another