| Index: runtime/vm/assembler_mips.h
|
| diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
|
| index d5ee12ee9fcf7eda6fde36685f8423420762fda9..f5199b8117c9be15ac315e04847767853255246a 100644
|
| --- a/runtime/vm/assembler_mips.h
|
| +++ b/runtime/vm/assembler_mips.h
|
| @@ -227,6 +227,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;
|
|
|
|
|