| Index: src/x64/full-codegen-x64.cc
|
| diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc
|
| index e4793683ee78ec8868bbd86e934a0257f950e4c6..b1bb3ac5f1f9be81cde2a499a9006a5996eb2b0e 100644
|
| --- a/src/x64/full-codegen-x64.cc
|
| +++ b/src/x64/full-codegen-x64.cc
|
| @@ -4840,9 +4840,11 @@ FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(
|
|
|
| static const byte kJnsInstruction = 0x79;
|
| static const byte kJnsOffset = 0x1d;
|
| -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,
|
|
|