Index: src/platform-nullos.cc |
diff --git a/src/platform-nullos.cc b/src/platform-nullos.cc |
index 1b481f4b3a48d7482d0b2ef60e30250e1c8a7595..dd5a3ddb32fcfaf52037e6300ea5498048777467 100644 |
--- a/src/platform-nullos.cc |
+++ b/src/platform-nullos.cc |
@@ -220,6 +220,11 @@ CpuImplementer OS::GetCpuImplementer() { |
} |
+CpuPart OS::GetCpuPart(CpuImplementer implementer) { |
+ UNIMPLEMENTED(); |
+} |
+ |
+ |
bool OS::ArmCpuHasFeature(CpuFeature feature) { |
UNIMPLEMENTED(); |
} |