Index: src/ia32/lithium-codegen-ia32.cc |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.cc (revision 6919) |
+++ src/ia32/lithium-codegen-ia32.cc (working copy) |
@@ -127,7 +127,7 @@ |
int reloc_size = masm()->relocation_writer_size(); |
while (reloc_size < deoptimization_reloc_size.min_size) { |
__ RecordComment(RelocInfo::kFillerCommentString, true); |
- reloc_size += RelocInfo::kRelocCommentSize; |
+ reloc_size += RelocInfo::kMinRelocCommentSize; |
} |
return !is_aborted(); |
} |