blob: a2cb476e04b747f88b8dddcb4253ffcb68f9dfcb (
plain)
1
2
3
4
5
6
7
8
9
10
|
{-# LANGUAGE CPP #-}
module CodeGen.Platform.ARM where
import GhcPrelude
#define MACHREGS_NO_REGS 0
#define MACHREGS_arm 1
#include "../../../../includes/CodeGen.Platform.hs"
|