| Index: runtime/vm/assembler_arm.h
|
| diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h
|
| index a09145a0a07aafe2c177373a7ea1b44e02034ad8..fc66dec6ba8da074be35c3467f99d5b479546775 100644
|
| --- a/runtime/vm/assembler_arm.h
|
| +++ b/runtime/vm/assembler_arm.h
|
| @@ -337,6 +337,7 @@ class Assembler : public ValueObject {
|
| static void InitializeMemoryWithBreakpoints(uword data, intptr_t length);
|
|
|
| void Comment(const char* format, ...) PRINTF_ATTRIBUTE(2, 3);
|
| + static bool EmittingComments();
|
|
|
| const Code::Comments& GetCodeComments() const;
|
|
|
|
|