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

module GHC.Platform.NoRegs where

import GhcPrelude

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