Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index 6c31ac8f9d91f9ff7d5b0399ee8c32afb3e6b78f..79ee12b3f6e5a1c2be4a3905d213328f35f591a8 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -72,7 +72,8 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny }; |
V(CheckedStoreWord32) \ |
V(CheckedStoreWord64) \ |
V(CheckedStoreFloat32) \ |
- V(CheckedStoreFloat64) |
+ V(CheckedStoreFloat64) \ |
+ V(ArchStackSlot) |
#define ARCH_OPCODE_LIST(V) \ |
COMMON_ARCH_OPCODE_LIST(V) \ |