DescriptionFix wrong assertion in assembler causing the shell to crash with --code-comments.
Since writting a code comment can include a pc-jump the assertion
should just check that we are greater than or equal to
kMinRelocCommentSize (renamed from kRelocCommentSize), not that we are
actually equal to.
Committed: http://code.google.com/p/v8/source/detail?r=6928
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|