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

module CodeGen.Platform.ARM where

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