Index: src/platform-nullos.cc |
diff --git a/src/platform-nullos.cc b/src/platform-nullos.cc |
index 679ef8e89e308da2efd53f1e1e44e02b39dab2b9..7aaa7b204a3f129b2c1b0eabcba89a46bcb93054 100644 |
--- a/src/platform-nullos.cc |
+++ b/src/platform-nullos.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2008 the V8 project authors. All rights reserved. |
+// Copyright 2012 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -215,6 +215,11 @@ double OS::nan_value() { |
} |
+CpuImplementer OS::GetCpuImplementer() { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
bool OS::ArmCpuHasFeature(CpuFeature feature) { |
UNIMPLEMENTED(); |
} |