aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-10 22:36:25 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-12 00:45:34 +0100
commita83684db1c1f24b9d744e7b6078e819bf44d169d (patch)
tree4e4b5f0001d87abeabdba1c5cdc394e8d214cb89 /types.h
parent0086ccf0272fa195dca36845fde9c54149c72f0e (diff)
downloadnwc-a83684db1c1f24b9d744e7b6078e819bf44d169d.tar.gz
Support if/else
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;