blob: a53ee06cc2a3c565927695d80efbd437099b7f2b (
plain)
1
2
3
4
5
6
7
8
9
10
|
module CodeGen.Platform.PPC_Darwin where
import CmmExpr
#define MACHREGS_NO_REGS 0
#define MACHREGS_powerpc 1
#define MACHREGS_darwin 1
#include "../../../../includes/CodeGen.Platform.hs"
|