aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/System/Host.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp
index 3196a63b85..79897e48bd 100644
--- a/lib/System/Host.cpp
+++ b/lib/System/Host.cpp
@@ -292,6 +292,7 @@ std::string sys::getHostCPUName() {
return "generic";
}
}
+ return "generic";
}
#else
std::string sys::getHostCPUName() {