Revision: 3401
Author: [email protected]
Date: Thu Dec  3 00:23:10 2009
Log: Add missing function CpuFeaturesImpliedByPlatform to OpenBSD platform  
file
Review URL: http://codereview.chromium.org/465025
http://code.google.com/p/v8/source/detail?r=3401

Modified:
  /branches/bleeding_edge/src/platform-openbsd.cc

=======================================
--- /branches/bleeding_edge/src/platform-openbsd.cc     Wed Dec  2 05:38:50 2009
+++ /branches/bleeding_edge/src/platform-openbsd.cc     Thu Dec  3 00:23:10 2009
@@ -81,6 +81,11 @@
    uint64_t seed = static_cast<uint64_t>(TimeCurrentMillis());
    srandom(static_cast<unsigned int>(seed));
  }
+
+
+uint64_t OS::CpuFeaturesImpliedByPlatform() {
+  return 0;  // OpenBSD runs on anything.
+}


  double OS::nan_value() {

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to