Browse Source

core: inline CPU, 132 warnings fixed on GCC

nce_cpp
Kloen 9 years ago
parent
commit
0378143301
  1. 2
      src/core/core.h

2
src/core/core.h

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

Loading…
Cancel
Save