aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 323e17e..1702f44 100644
--- a/types.h
+++ b/types.h
@@ -64,6 +64,7 @@ struct parse
{
struct lo_entry
{
+ uint8_t op;
const struct block *b;
uint32_t pc, dst;
} *entries;