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

@@ -24,7 +24,7 @@
#include "common/common_types.h"
#include "common/iterator_util.h"
namespace Dynarmic::BackendX64 {
namespace Dynarmic::Backend::X64 {
constexpr size_t GPR_SIZE = 8;
constexpr size_t XMM_SIZE = 16;
@@ -150,4 +150,4 @@ void ABI_PopCallerSaveRegistersAndAdjustStackExcept(BlockOfCode& code, HostLoc e
ABI_PopRegistersAndAdjustStack(code, 0, regs);
}
} // namespace Dynarmic::BackendX64
} // namespace Dynarmic::Backend::X64