Index: src/mips64/lithium-codegen-mips64.cc |
diff --git a/src/mips64/lithium-codegen-mips64.cc b/src/mips64/lithium-codegen-mips64.cc |
index 50fd5266ae506fc6dc3c8ed9c49379248e7251ab..77813d50cb2bdd53b84aa711c8b13c9770a5b68a 100644 |
--- a/src/mips64/lithium-codegen-mips64.cc |
+++ b/src/mips64/lithium-codegen-mips64.cc |
@@ -103,7 +103,7 @@ bool LCodeGen::GeneratePrologue() { |
#ifdef DEBUG |
if (strlen(FLAG_stop_at) > 0 && |
- info_->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) { |
+ info_->literal()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) { |
__ stop("stop_at"); |
} |
#endif |