Fix MIPS compile after r37397
BUG=v8:5117 TBR=yangguo@chromium.org,ivica.bogosavljevic@imgtec.com Review-Url: https://codereview.chromium.org/2105553007 Cr-Commit-Position: refs/heads/master@{#37403}
This commit is contained in:
parent
c84156f008
commit
486d181928
@ -3006,9 +3006,7 @@ void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
|
||||
if (rmode >= RelocInfo::COMMENT &&
|
||||
rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL) {
|
||||
// Adjust code for new modes.
|
||||
DCHECK(RelocInfo::IsDebugBreakSlot(rmode)
|
||||
|| RelocInfo::IsComment(rmode)
|
||||
|| RelocInfo::IsPosition(rmode));
|
||||
DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode));
|
||||
// These modes do not need an entry in the constant pool.
|
||||
}
|
||||
if (!RelocInfo::IsNone(rinfo.rmode())) {
|
||||
|
@ -3273,9 +3273,7 @@ void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
|
||||
if (rmode >= RelocInfo::COMMENT &&
|
||||
rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL) {
|
||||
// Adjust code for new modes.
|
||||
DCHECK(RelocInfo::IsDebugBreakSlot(rmode)
|
||||
|| RelocInfo::IsComment(rmode)
|
||||
|| RelocInfo::IsPosition(rmode));
|
||||
DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode));
|
||||
// These modes do not need an entry in the constant pool.
|
||||
}
|
||||
if (!RelocInfo::IsNone(rinfo.rmode())) {
|
||||
|
Loading…
Reference in New Issue
Block a user