| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 3c5d4aa278823277104844e774a2556f12d0bb2a..2f8d01a1e10329b87f4d3ff5a747c986e0c983fa 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -4847,9 +4847,11 @@ FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(
|
|
|
| static const byte kJnsInstruction = 0x79;
|
| static const byte kJnsOffset = 0x11;
|
| -static const byte kCallInstruction = 0xe8;
|
| static const byte kNopByteOne = 0x66;
|
| static const byte kNopByteTwo = 0x90;
|
| +#ifdef DEBUG
|
| +static const byte kCallInstruction = 0xe8;
|
| +#endif
|
|
|
|
|
| void BackEdgeTable::PatchAt(Code* unoptimized_code,
|
|
|