mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
core: inline CPU, 132 warnings fixed on GCC
This commit is contained in:
parent
0468e631cd
commit
0378143301
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue