| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 5bc51621f0100ca7693a6b676194edc0c5872007..018f99cd21b48360d65e5467c0028924734d139b 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -147,7 +147,7 @@ void FullCodeGenerator::Generate() {
|
|
|
| #ifdef DEBUG
|
| if (strlen(FLAG_stop_at) > 0 &&
|
| - info->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
|
| + info->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) {
|
| __ stop("stop-at");
|
| }
|
| #endif
|
|
|