diff options
Diffstat (limited to 'compiler/codeGen/CodeGen/Platform/ARM64.hs')
-rw-r--r-- | compiler/codeGen/CodeGen/Platform/ARM64.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/codeGen/CodeGen/Platform/ARM64.hs b/compiler/codeGen/CodeGen/Platform/ARM64.hs new file mode 100644 index 0000000000..c3ebeda6bf --- /dev/null +++ b/compiler/codeGen/CodeGen/Platform/ARM64.hs @@ -0,0 +1,8 @@ +{-# LANGUAGE CPP #-} + +module CodeGen.Platform.ARM64 where + +#define MACHREGS_NO_REGS 0 +#define MACHREGS_aarch64 1 +#include "../../../../includes/CodeGen.Platform.hs" + |