| Index: src/x64/assembler-x64.cc
|
| diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc
|
| index 469ebe9888f41efb06cdc04f07d199d7cc901e0b..29ff6ada18508279bcaed93ac8ab002c441877e7 100644
|
| --- a/src/x64/assembler-x64.cc
|
| +++ b/src/x64/assembler-x64.cc
|
| @@ -54,7 +54,7 @@ void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
|
| CodePatcher patcher(pc_, code_size);
|
|
|
| // Add a label for checking the size of the code used for returning.
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| Label check_codesize;
|
| patcher.masm()->bind(&check_codesize);
|
| #endif
|
|
|