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

module CodeGen.Platform.PPC_Darwin where

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