Skip to content

Commit

Permalink
Fix linkage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Aug 11, 2018
1 parent ffc29dc commit 24d7b73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Lilu/Sources/kern_cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
#include <Headers/kern_cpu.hpp>
#include <Headers/kern_devinfo.hpp>
#include <i386/proc_reg.h>
#include <Library/osfmk/i386/pmCPU.h>

extern "C" {
#include <Library/osfmk/i386/pmCPU.h>
}

static CPUInfo::CpuVendor currentVendor = CPUInfo::CpuVendor::Unknown;
static CPUInfo::CpuGeneration currentGeneration = CPUInfo::CpuGeneration::Unknown;
Expand Down

0 comments on commit 24d7b73

Please sign in to comment.