blob: 4e6a6bc23080962698ff654cff7e8cb5067f66a7 (
plain)
1
2
3
4
5
6
7
8
9
|
{-# LANGUAGE CPP #-}
module GHC.Platform.AArch64 where
import GHC.Prelude
#define MACHREGS_NO_REGS 0
#define MACHREGS_aarch64 1
#include "../../../includes/CodeGen.Platform.hs"
|