Commit 9518261f authored by feng@chromium.org's avatar feng@chromium.org

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
parent 05ccaa41
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment