summaryrefslogtreecommitdiff
path: root/includes/stg/HaskellMachRegs.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-04-21 22:26:56 -0500
committerAustin Seipp <austin@well-typed.com>2014-04-21 22:26:56 -0500
commitc29bf984dd20431cd4344e8a5c444d7a5be08389 (patch)
treef0b0245bdbad8b981ed37d262e28d9977dcb7b35 /includes/stg/HaskellMachRegs.h
parenta3831391e1defdf69214dc258eebcf37d92991f2 (diff)
downloadhaskell-c29bf984dd20431cd4344e8a5c444d7a5be08389.tar.gz
ghc: initial AArch64 patches
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes/stg/HaskellMachRegs.h')
-rw-r--r--includes/stg/HaskellMachRegs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stg/HaskellMachRegs.h b/includes/stg/HaskellMachRegs.h
index 94b1612e7b..5480c721fd 100644
--- a/includes/stg/HaskellMachRegs.h
+++ b/includes/stg/HaskellMachRegs.h
@@ -38,6 +38,7 @@
#define MACHREGS_powerpc (powerpc_TARGET_ARCH || powerpc64_TARGET_ARCH || rs6000_TARGET_ARCH)
#define MACHREGS_sparc sparc_TARGET_ARCH
#define MACHREGS_arm arm_TARGET_ARCH
+#define MACHREGS_aarch64 aarch64_TARGET_ARCH
#define MACHREGS_darwin darwin_TARGET_OS
#endif