Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 31f82985670b667439844f29745a4fc26f8036d2..bda44d3853caad897cc839aca6cd29d1d31b4461 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -15,6 +15,8 @@ |
V(Merge) \ |
V(Return) \ |
V(Terminate) \ |
+ V(OsrNormalEntry) \ |
+ V(OsrLoopEntry) \ |
V(Throw) |
#define CONTROL_OP_LIST(V) \ |
@@ -42,6 +44,7 @@ |
V(StateValues) \ |
V(Call) \ |
V(Parameter) \ |
+ V(OsrValue) \ |
V(Projection) |
#define COMMON_OP_LIST(V) \ |