| Index: src/x64/assembler-x64.cc
|
| diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc
|
| index abdf7a5d9c9fac54006a24e2cec39efc4e7d55b5..a33193874a4b9a0ada8b6ee4094b278d17c568c2 100644
|
| --- a/src/x64/assembler-x64.cc
|
| +++ b/src/x64/assembler-x64.cc
|
| @@ -3503,14 +3503,14 @@ void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
|
|
|
| Handle<ConstantPoolArray> Assembler::NewConstantPool(Isolate* isolate) {
|
| // No out-of-line constant pool support.
|
| - DCHECK(!FLAG_enable_ool_constant_pool);
|
| + UNREACHABLE();
|
| return isolate->factory()->empty_constant_pool_array();
|
| }
|
|
|
|
|
| void Assembler::PopulateConstantPool(ConstantPoolArray* constant_pool) {
|
| // No out-of-line constant pool support.
|
| - DCHECK(!FLAG_enable_ool_constant_pool);
|
| + UNREACHABLE();
|
| return;
|
| }
|
|
|
|
|