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

module CodeGen.Platform.X86 where

import GhcPrelude

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