mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
Merge pull request #2494 from Kloen/killing-warnings-2-final-mix
core: inline CPU, 132 warnings fixed on GCC
This commit is contained in:
commit
5bb6753f2e
@ -115,7 +115,7 @@ private:
|
||||
static System s_instance;
|
||||
};
|
||||
|
||||
static ARM_Interface& CPU() {
|
||||
inline ARM_Interface& CPU() {
|
||||
return System::GetInstance().CPU();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user