aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 921fca2..8f42985 100644
--- a/src/common.h
+++ b/src/common.h
@@ -93,7 +93,6 @@ enum ejit_opcode {
START,
END,
- LABEL,
OPCODE_COUNT,
};
@@ -116,6 +115,7 @@ struct ejit_insn {
struct ejit_func {
struct vec insns;
+ struct vec labels;
enum ejit_type rtype;
size_t gpr;