summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs
blob: 42bf22f26c972c6737b8af9f1dcba12c062f0fd1 (plain)
1
2
3
4
5
6
7
8

module CodeGen.Platform.PPC_Darwin where

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