Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index ce5087c7c2040156711b62a59120f840c67c73e3..4225be3671af0a29a7537f39965dbfa0adf80910 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -242,6 +242,7 @@ |
#define MACHINE_OP_LIST(V) \ |
MACHINE_COMPARE_BINOP_LIST(V) \ |
+ V(DebugBreak) \ |
V(Load) \ |
V(Store) \ |
V(StackSlot) \ |