| Index: runtime/vm/assembler_ia32.h
|
| diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h
|
| index bd11704ad04d9594628cdc0fb1e08c8c7cd24e3c..8ec66e1d6fbbf18c2b1243e3ee0b2761ea0cbcda 100644
|
| --- a/runtime/vm/assembler_ia32.h
|
| +++ b/runtime/vm/assembler_ia32.h
|
| @@ -821,6 +821,8 @@ 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;
|
|
|
| static const char* RegisterName(Register reg);
|
|
|