diff options
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 1015e8847..17572a74f 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -115,7 +115,7 @@ private: | |||
| 115 | static System s_instance; | 115 | static System s_instance; |
| 116 | }; | 116 | }; |
| 117 | 117 | ||
| 118 | static ARM_Interface& CPU() { | 118 | inline ARM_Interface& CPU() { |
| 119 | return System::GetInstance().CPU(); | 119 | return System::GetInstance().CPU(); |
| 120 | } | 120 | } |
| 121 | 121 | ||