| Index: src/ia32/assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/assembler-ia32.h (revision 6787)
|
| +++ src/ia32/assembler-ia32.h (working copy)
|
| @@ -957,8 +957,9 @@
|
| void RecordDebugBreakSlot();
|
|
|
| // Record a comment relocation entry that can be used by a disassembler.
|
| - // Use --code-comments to enable.
|
| - void RecordComment(const char* msg);
|
| + // Use --code-comments to enable, or provide "force = true" flag to always
|
| + // write a comment.
|
| + void RecordComment(const char* msg, bool force = false);
|
|
|
| // Writes a single byte or word of data in the code stream. Used for
|
| // inline tables, e.g., jump-tables.
|
|
|