core: inline CPU, 132 warnings fixed on GCC

This commit is contained in:
Kloen
2017-01-29 23:17:07 +01:00
parent 3ad8bec4d4
commit 95d3181860

View File

@@ -115,7 +115,7 @@ private:
static System s_instance;
};
static ARM_Interface& CPU() {
inline ARM_Interface& CPU() {
return System::GetInstance().CPU();
}