| Index: src/x87/assembler-x87.cc
|
| diff --git a/src/x87/assembler-x87.cc b/src/x87/assembler-x87.cc
|
| index d86ed3c1ac72c765d6d8923d579a9487ef9b6d97..7cc11b6a6105cfc46e739877a92956c2df235903 100644
|
| --- a/src/x87/assembler-x87.cc
|
| +++ b/src/x87/assembler-x87.cc
|
| @@ -83,8 +83,8 @@ void Displacement::init(Label* L, Type type) {
|
|
|
| const int RelocInfo::kApplyMask =
|
| RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
|
| - 1 << RelocInfo::JS_RETURN | 1 << RelocInfo::INTERNAL_REFERENCE |
|
| - 1 << RelocInfo::CODE_AGE_SEQUENCE | RelocInfo::kDebugBreakSlotMask;
|
| + 1 << RelocInfo::INTERNAL_REFERENCE | 1 << RelocInfo::CODE_AGE_SEQUENCE |
|
| + RelocInfo::kDebugBreakSlotMask;
|
|
|
|
|
| bool RelocInfo::IsCodedSpecially() {
|
|
|