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

module GHC.Platform.NoRegs where

import GHC.Prelude

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