Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 8b68e603fb882ec6f2f8a89a3f783470e057e414..875e348bb23c2e363558b6f8a5dbcb8fcaef430f 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -225,6 +225,7 @@ |
V(Float64Equal) \ |
V(Float64LessThan) \ |
V(Float64LessThanOrEqual) \ |
+ V(Float64Round) \ |
V(LoadStackPointer) |
#define VALUE_OP_LIST(V) \ |