summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmop.h b/vmop.h
index 031d03e4..2500fd78 100644
--- a/vmop.h
+++ b/vmop.h
@@ -59,6 +59,7 @@ typedef struct vmop_s {
var_t *pVar;
/* TODO: add function pointer */
} operand;
+ struct vmop_s *pNext; /* next operation or NULL, if end of program (logically this belongs to vmprg) */
} vmop_t;