]> Nishi Git Mirror - gwion.git/commitdiff
:bug: fix build
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 13 May 2021 14:59:03 +0000 (16:59 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 13 May 2021 14:59:03 +0000 (16:59 +0200)
include/vm.h

index 7a77b8a595e4b1b85f1c35fd301c8c6d283e1ef5..ec62936c09c1f64a6f754c2d5f3b59f043e01e7c 100644 (file)
@@ -66,7 +66,7 @@ struct ShredInfo_ {
   MemPool mp;
   VM_Code orig;
   struct Vector_ frame;
-  ShredDebugger *dbg;
+  struct Vector_ line;
 };
 
 struct ShredTick_ {