Reviewers: Erik Corry, Description: Fix the snapshotter when ENABLE_DEBUGGER_SUPPORT is off.
Please review this at http://codereview.chromium.org/151136 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/serialize.cc Index: src/serialize.cc =================================================================== --- src/serialize.cc (revision 2314) +++ src/serialize.cc (working copy) @@ -699,6 +699,7 @@ UNCLASSIFIED, 10, "Debug::step_in_fp_addr()"); +#endif Add(ExternalReference::double_fp_operation(Token::ADD).address(), UNCLASSIFIED, 11, @@ -715,7 +716,6 @@ UNCLASSIFIED, 14, "compare_doubles"); -#endif } --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
