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

module CodeGen.Platform.NoRegs where

import GhcPrelude

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