| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 709d1ee6ace858433a5139675dd405cb2373b2a6..b73b82f1dde7849f665a5ff69cf982ccb99cf647 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -770,7 +770,7 @@ void LCodeGen::RecordSafepointWithRegistersAndDoubles(
|
|
|
|
|
| void LCodeGen::RecordPosition(int position) {
|
| - if (!FLAG_debug_info || position == RelocInfo::kNoPosition) return;
|
| + if (position == RelocInfo::kNoPosition) return;
|
| masm()->positions_recorder()->RecordPosition(position);
|
| }
|
|
|
|
|