Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 22763) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -928,6 +928,9 @@ |
ASSERT(!input.is(result)); |
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; |