mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-23 15:22:45 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ void ARM_Interface::LogBacktrace() {
|
||||||
fp = Memory::Read64(fp);
|
fp = Memory::Read64(fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}; // namespace Core
|
} // namespace Core
|
||||||
|
|
Loading…
Reference in a new issue