summaryrefslogtreecommitdiff
path: root/compiler/GHC/Platform/ARM.hs
blob: d0c7e5811a588a1f0e20056126ba46da6a2b0d5a (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE CPP #-}

module GHC.Platform.ARM where

import GhcPrelude

#define MACHREGS_NO_REGS 0
#define MACHREGS_arm 1
#include "../../../includes/CodeGen.Platform.hs"