| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 22763)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -584,6 +584,9 @@
|
| ASSERT(!input.is(double_scratch));
|
| ASSERT(!result.is(double_scratch));
|
| ASSERT(!temp1.is(temp2));
|
| + // Serializer does not know how to encode references to math_exp_constants
|
| + // table. See ExternalReferenceTable::PopulateTable.
|
| + ASSERT(!masm->serializer_enabled());
|
| ASSERT(ExternalReference::math_exp_constants(0).address() != NULL);
|
|
|
| Label done;
|
|
|