Index: src/mips/macro-assembler-mips.cc |
=================================================================== |
--- src/mips/macro-assembler-mips.cc (revision 8670) |
+++ src/mips/macro-assembler-mips.cc (working copy) |
@@ -2080,8 +2080,7 @@ |
bind(&start); |
ASSERT(RelocInfo::IsCodeTarget(rmode)); |
if (rmode == RelocInfo::CODE_TARGET && ast_id != kNoASTId) { |
- ASSERT(ast_id_for_reloc_info_ == kNoASTId); |
- ast_id_for_reloc_info_ = ast_id; |
+ SetRecordedAstId(ast_id); |
rmode = RelocInfo::CODE_TARGET_WITH_ID; |
} |
Call(reinterpret_cast<Address>(code.location()), rmode, cond, rs, rt, bd); |