From 829e485616550f05c8bc259951562ad64d3ed83a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 13 May 2021 16:59:03 +0200 Subject: [PATCH] :bug: fix build --- include/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vm.h b/include/vm.h index 7a77b8a5..ec62936c 100644 --- a/include/vm.h +++ b/include/vm.h @@ -66,7 +66,7 @@ struct ShredInfo_ { MemPool mp; VM_Code orig; struct Vector_ frame; - ShredDebugger *dbg; + struct Vector_ line; }; struct ShredTick_ { -- 2.43.0