| Index: src/ia32/assembler-ia32.cc
|
| diff --git a/src/ia32/assembler-ia32.cc b/src/ia32/assembler-ia32.cc
|
| index 641c0eac4ba6fb7d246306aee9a3dd5c15192f8f..8c81f05ef388fdf1903274ea7fed7178841298a2 100644
|
| --- a/src/ia32/assembler-ia32.cc
|
| +++ b/src/ia32/assembler-ia32.cc
|
| @@ -169,7 +169,7 @@ 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::DEBUG_BREAK_SLOT;
|
| + 1 << RelocInfo::DEBUG_BREAK_SLOT | 1 << RelocInfo::CODE_AGE_SEQUENCE;
|
|
|
|
|
| bool RelocInfo::IsCodedSpecially() {
|
|
|