mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
Remove 32-bit core dynarec
This commit is contained in:
@@ -15,9 +15,7 @@
|
||||
* Copyright 2020-2021 David Hrdlička.
|
||||
*/
|
||||
|
||||
#if defined(__arm__) || defined(__TARGET_ARCH_ARM)
|
||||
# error ARCH arm
|
||||
#elif defined(__aarch64__) || defined(_M_ARM64)
|
||||
#if defined(__aarch64__) || defined(_M_ARM64)
|
||||
# error ARCH arm64
|
||||
#elif defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(_M_X64)
|
||||
# error ARCH x86_64
|
||||
|
||||
Reference in New Issue
Block a user