arm_interface: Remove unnecessary semicolon

Namespaces don't require the use of a semicolon. Silences a -Wextra-semi
warning.
This commit is contained in:
Lioncash 2018-12-30 20:41:30 -05:00
parent 8b4f7a9c5e
commit 15b2878b20

View file

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