From fa0fe76533dce92d0f33caa55ae53b42dcd69a8e Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 2 Feb 2025 17:07:43 -0800 Subject: [PATCH] Fix fiber library for larger VM state --- src/libsrc/fiber.pla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsrc/fiber.pla b/src/libsrc/fiber.pla index 2921941..21c4410 100644 --- a/src/libsrc/fiber.pla +++ b/src/libsrc/fiber.pla @@ -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