Эх сурвалжийг харах

arm_interface: Remove unnecessary semicolon

Namespaces don't require the use of a semicolon. Silences a -Wextra-semi
warning.
Lioncash 7 жил өмнө
parent
commit
387bffda5e

+ 1 - 1
src/core/arm/arm_interface.cpp

@@ -23,4 +23,4 @@ void ARM_Interface::LogBacktrace() {
         fp = Memory::Read64(fp);
     }
 }
-}; // namespace Core
+} // namespace Core