mirror of https://github.com/PCSX2/pcsx2.git
Common: Fix duplicate fastjmp on Windows/CMake
This commit is contained in:
parent
33958fed96
commit
b7ae453d84
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
#include "FastJmp.h"
|
#include "FastJmp.h"
|
||||||
|
|
||||||
#if !defined(_MSC_VER) || defined(__clang__)
|
// Win32 uses Fastjmp.asm, because MSVC doesn't support inline asm.
|
||||||
|
#if !defined(_WIN32) || defined(_M_ARM64)
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#define PREFIX "_"
|
#define PREFIX "_"
|
||||||
|
|
Loading…
Reference in New Issue