| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index 57868c6507f3dba36dd338ab0a89f386d74b3f7d..697604f911b74988002a2988b006c051dd062de0 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -56,6 +56,7 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(ArchLookupSwitch) \
|
| V(ArchTableSwitch) \
|
| V(ArchNop) \
|
| + V(ArchDebugBreak) \
|
| V(ArchThrowTerminator) \
|
| V(ArchDeoptimize) \
|
| V(ArchRet) \
|
|
|