| Index: src/arm/macro-assembler-arm.cc
|
| diff --git a/src/arm/macro-assembler-arm.cc b/src/arm/macro-assembler-arm.cc
|
| index 7f6090bc50f8d4e82ab96c13f01fd695b2e964fa..c7d7c05f4b6330d914795630006c4631336741e2 100644
|
| --- a/src/arm/macro-assembler-arm.cc
|
| +++ b/src/arm/macro-assembler-arm.cc
|
| @@ -129,7 +129,7 @@ void MacroAssembler::Call(intptr_t target, RelocInfo::Mode rmode,
|
| // address is loaded. The mov method will automatically record
|
| // positions when pc is the target, since this is not the case here
|
| // we have to do it explicitly.
|
| - WriteRecordedPositions();
|
| + positions_recorder()->WriteRecordedPositions();
|
|
|
| mov(ip, Operand(target, rmode), LeaveCC, cond);
|
| blx(ip, cond);
|
|
|