mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-29 00:55:13 +02:00
[xbyak] fix odr violation on MSVC
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
4d49341918
commit
7bdabeb942
22 changed files with 280 additions and 308 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue