blob: 91923fd453a6376fc7c7745770f1db0ef0c5f394 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{-# LANGUAGE CPP #-}
module CodeGen.Platform.PPC_Darwin where
import GhcPrelude
#define MACHREGS_NO_REGS 0
#define MACHREGS_powerpc 1
#define MACHREGS_darwin 1
#include "../../../../includes/CodeGen.Platform.hs"
|