summaryrefslogtreecommitdiff
path: root/ujit_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'ujit_core.h')
-rw-r--r--ujit_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ujit_core.h b/ujit_core.h
index be4c39dd2f..ff73890e4d 100644
--- a/ujit_core.h
+++ b/ujit_core.h
@@ -119,6 +119,9 @@ typedef struct BlockVersion
uint32_t* incoming;
uint32_t num_incoming;
+ // Next block version for this blockid (singly-linked list)
+ struct BlockVersion* next;
+
} block_t;
// Context object methods