Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 6782) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -958,7 +958,7 @@ |
// Record a comment relocation entry that can be used by a disassembler. |
// Use --code-comments to enable. |
Kevin Millikin (Chromium)
2011/02/15 12:19:15
We should probably update this comment to mention
Rico
2011/02/15 13:33:00
Done.
|
- void RecordComment(const char* msg); |
+ 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. |