Author: [email protected]
Date: Wed Jul 1 08:36:28 2009
New Revision: 2323
Modified:
branches/bleeding_edge/src/serialize.cc
Log:
Fix the snapshotter when ENABLE_DEBUGGER_SUPPORT is off.
Review URL: http://codereview.chromium.org/151136
Modified: branches/bleeding_edge/src/serialize.cc
==============================================================================
--- branches/bleeding_edge/src/serialize.cc (original)
+++ branches/bleeding_edge/src/serialize.cc Wed Jul 1 08:36:28 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---