mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-30 10:10:19 +02:00
arm_interface: Remove unnecessary semicolon
Namespaces don't require the use of a semicolon. Silences a -Wextra-semi warning.
This commit is contained in:
parent
e5dfbe22ee
commit
387bffda5e
@ -23,4 +23,4 @@ void ARM_Interface::LogBacktrace() {
|
||||
fp = Memory::Read64(fp);
|
||||
}
|
||||
}
|
||||
}; // namespace Core
|
||||
} // namespace Core
|
||||
|
Loading…
Reference in New Issue
Block a user