Fix the snapshotter when ENABLE_DEBUGGER_SUPPORT is off.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2323 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
feng@chromium.org 2009-07-01 15:36:28 +00:00
parent 05ccaa41ef
commit 9518261f2b

View File

@ -699,6 +699,7 @@ void ExternalReferenceTable::PopulateTable() {
UNCLASSIFIED,
10,
"Debug::step_in_fp_addr()");
#endif
Add(ExternalReference::double_fp_operation(Token::ADD).address(),
UNCLASSIFIED,
11,
@ -715,7 +716,6 @@ void ExternalReferenceTable::PopulateTable() {
UNCLASSIFIED,
14,
"compare_doubles");
#endif
}