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

module GHC.Platform.X86_64 where

import GhcPrelude

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