Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index e23bc007ea20225d5ee55d64fc4b9678875c9b3b..31313215eec55c5d77eb6ccabb7681777261c549 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -449,6 +449,8 @@ |
V(LoadParentFramePointer) \ |
V(CheckedLoad) \ |
V(CheckedStore) \ |
+ V(UnalignedLoad) \ |
+ V(UnalignedStore) \ |
V(Int32PairAdd) \ |
V(Int32PairSub) \ |
V(Int32PairMul) \ |