Commit 6437fc86 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Add missing function CpuFeaturesImpliedByPlatform to OpenBSD platform file

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3401 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 53fbd593
......@@ -83,6 +83,11 @@ void OS::Setup() {
}
uint64_t OS::CpuFeaturesImpliedByPlatform() {
return 0; // OpenBSD runs on anything.
}
double OS::nan_value() {
return NAN;
}
......
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