Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index 32d17ed92283d1d711ce8a0e2a2e99a647214ed4..768531fce36dacd97afa9336b424bbd3282fe8e1 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -128,7 +128,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 |