Index: src/ppc/lithium-codegen-ppc.cc |
diff --git a/src/ppc/lithium-codegen-ppc.cc b/src/ppc/lithium-codegen-ppc.cc |
index afc5a692ef64209468cfd8b05cd1ba0d278019b6..6afa75da36881266f358d9c28128df3cd36a73ff 100644 |
--- a/src/ppc/lithium-codegen-ppc.cc |
+++ b/src/ppc/lithium-codegen-ppc.cc |
@@ -105,7 +105,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 |