[xbyak] fix odr violation on MSVC

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-05-16 01:07:50 +00:00
parent 4d49341918
commit 7bdabeb942
22 changed files with 280 additions and 308 deletions

View file

@ -14,7 +14,7 @@
#include <utility>
#include <catch2/catch_test_macros.hpp>
#include "dynarmic/backend/x64/xbyak.h"
#include "common/x64/xbyak.h"
TEST_CASE("Host CPU supports", "[a64]") {
using Cpu = Xbyak::util::Cpu;