summaryrefslogtreecommitdiff
path: root/compiler/GHC/Platform/NoRegs.hs
blob: 27c1ec5b027b461e847b23c91b49f7483a9bb69f (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 "CodeGen.Platform.h"