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

@@ -15,7 +15,7 @@
#include "backend/x64/reg_alloc.h"
#include "common/assert.h"
namespace Dynarmic::BackendX64 {
namespace Dynarmic::Backend::X64 {
#define MAYBE_AVX(OPCODE, ...) \
[&] { \
@@ -681,4 +681,4 @@ void RegAlloc::EmitExchange(HostLoc a, HostLoc b) {
}
}
} // namespace Dynarmic::BackendX64
} // namespace Dynarmic::Backend::X64