Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 8b68e603fb882ec6f2f8a89a3f783470e057e414..3d195afd1c95ba163f9a3fc0874fce587259d96e 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -225,6 +225,10 @@ |
V(Float64Equal) \ |
V(Float64LessThan) \ |
V(Float64LessThanOrEqual) \ |
+ V(Float64Floor) \ |
+ V(Float64Ceil) \ |
+ V(Float64RoundAwayFromZero) \ |
+ V(Float64RoundToZero) \ |
V(LoadStackPointer) |
#define VALUE_OP_LIST(V) \ |