| Index: runtime/vm/assembler_arm.h
|
| diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h
|
| index 79dbea8b317ceb52fdb97ff9f4474bb3d36895dc..11abe0b7722c914c0b8a1a68ad2ad37e4af02083 100644
|
| --- a/runtime/vm/assembler_arm.h
|
| +++ b/runtime/vm/assembler_arm.h
|
| @@ -756,7 +756,6 @@ class Assembler : public ValueObject {
|
| Label* miss);
|
|
|
| intptr_t FindImmediate(int32_t imm);
|
| - void LoadWordFromPoolOffset(Register rd, int32_t offset, Condition cond = AL);
|
| void LoadFromOffset(OperandSize type,
|
| Register reg,
|
| Register base,
|
| @@ -992,6 +991,8 @@ class Assembler : public ValueObject {
|
|
|
| void BranchLink(const ExternalLabel* label);
|
|
|
| + void LoadWordFromPoolOffset(Register rd, int32_t offset, Condition cond);
|
| +
|
| class CodeComment : public ZoneAllocated {
|
| public:
|
| CodeComment(intptr_t pc_offset, const String& comment)
|
|
|