Fix compilation and linking with V8_INTERPRETED_REGEXP flag.

Review URL: http://codereview.chromium.org/2836051

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5076 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
whesse@chromium.org 2010-07-15 10:31:30 +00:00
parent c93971ba20
commit ee1598ad90

View File

@ -360,6 +360,7 @@ void ExternalReferenceTable::PopulateTable() {
UNCLASSIFIED, UNCLASSIFIED,
5, 5,
"StackGuard::address_of_real_jslimit()"); "StackGuard::address_of_real_jslimit()");
#ifndef V8_INTERPRETED_REGEXP
Add(ExternalReference::address_of_regexp_stack_limit().address(), Add(ExternalReference::address_of_regexp_stack_limit().address(),
UNCLASSIFIED, UNCLASSIFIED,
6, 6,
@ -376,6 +377,7 @@ void ExternalReferenceTable::PopulateTable() {
UNCLASSIFIED, UNCLASSIFIED,
9, 9,
"OffsetsVector::static_offsets_vector"); "OffsetsVector::static_offsets_vector");
#endif // V8_INTERPRETED_REGEXP
Add(ExternalReference::new_space_start().address(), Add(ExternalReference::new_space_start().address(),
UNCLASSIFIED, UNCLASSIFIED,
10, 10,