Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37735388
en ru br
ALT Linux repos
S:2.4.1-alt2

Group :: Emulators
RPM: hatari

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hatari-2.0.0-aarch64.patch
Download


diff -durN hatari-2.0.0.orig/src/cpu/sysdeps.h hatari-2.0.0/src/cpu/sysdeps.h
--- hatari-2.0.0.orig/src/cpu/sysdeps.h	2016-11-03 22:25:43.000000000 +0100
+++ hatari-2.0.0/src/cpu/sysdeps.h	2016-12-17 18:24:33.556673622 +0100
@@ -52,7 +52,7 @@
 #define CPU_64_BIT 1
 #elif defined(__i386__) || defined(_M_IX86)
 #define CPU_i386 1
-#elif defined(__arm__) || defined(_M_ARM)
+#elif defined(__arm__) || defined(_M_ARM) || defined(__aarch64__)
 #define CPU_arm 1
 #elif defined(__powerpc__) || defined(_M_PPC) || defined(__ppc__) || defined(__ppc64__)
 #define CPU_powerpc 1
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin