backend/x64: Rename namespace BackendX64 -> Backend::X64

This commit is contained in:
MerryMage 2020-04-08 11:46:36 +01:00
parent f569d7913c
commit 325808949f
42 changed files with 86 additions and 86 deletions

View file

@ -68,7 +68,7 @@ struct UNWIND_INFO {
// With Flags == 0 there are no additional fields.
};
namespace Dynarmic::BackendX64 {
namespace Dynarmic::Backend::X64 {
struct PrologueInformation {
std::vector<UNWIND_CODE> unwind_code;
@ -197,4 +197,4 @@ void BlockOfCode::ExceptionHandler::Register(BlockOfCode& code) {
impl = std::make_unique<Impl>(rfuncs, code.getCode());
}
} // namespace Dynarmic::BackendX64
} // namespace Dynarmic::Backend::X64