Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 35c4476b9cdd8d1055fecdd0e4f30c6a921c5d79..e3e644e54cd07c9337263b7c2f4538980451d83d 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -337,6 +337,7 @@ |
V(Int32Sub) \ |
V(Int32SubWithOverflow) \ |
V(Int32Mul) \ |
+ V(Int32MulWithOverflow) \ |
V(Int32MulHigh) \ |
V(Int32Div) \ |
V(Int32Mod) \ |