Fixes stub build break and maybe also arm (#31)

This commit is contained in:
sebastianstolzenberg 2018-01-20 13:34:56 +01:00 committed by Ben Gräf
parent 61db1fec72
commit b2301c07ca
5 changed files with 86 additions and 70 deletions

View file

@ -27,17 +27,6 @@
#include "Cpu.h"
void CpuImpl::init()
{
m_brand = {0};
m_flags = 0;
m_l2_cache = 0;
m_l3_cache = 0;
m_sockets = 1;
m_totalCores = 0;
m_totalThreads = 0;
}
void CpuImpl::initCommon()
{
memcpy(m_brand, "Unknown", 7);