mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Common: Fix duplicate fastjmp on Windows/CMake
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
||||
|
||||
#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__)
|
||||
#define PREFIX "_"
|
||||
|
||||
Reference in New Issue
Block a user