| Index: src/mips64/assembler-mips64.cc
|
| diff --git a/src/mips64/assembler-mips64.cc b/src/mips64/assembler-mips64.cc
|
| index 544060efb6274598aeb938edf71ed140cb2c1b9e..30d6a23057084fb3a06f093c17a61116fa3184ef 100644
|
| --- a/src/mips64/assembler-mips64.cc
|
| +++ b/src/mips64/assembler-mips64.cc
|
| @@ -3106,7 +3106,7 @@ void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
|
| // We do not try to reuse pool constants.
|
| RelocInfo rinfo(isolate(), pc_, rmode, data, NULL);
|
| if (rmode >= RelocInfo::COMMENT &&
|
| - rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_CONSTRUCT_CALL) {
|
| + rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_CALL) {
|
| // Adjust code for new modes.
|
| DCHECK(RelocInfo::IsDebugBreakSlot(rmode)
|
| || RelocInfo::IsComment(rmode)
|
|
|