| Index: src/x87/lithium-codegen-x87.cc
|
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc
|
| index 092df73de6e4bda0832c0760d5a2c27edc9c8327..012efd0ca8ab70fb3aa68e6e96ba710ec3b494ab 100644
|
| --- a/src/x87/lithium-codegen-x87.cc
|
| +++ b/src/x87/lithium-codegen-x87.cc
|
| @@ -101,7 +101,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))) {
|
| __ int3();
|
| }
|
| #endif
|
|
|