diff options
Diffstat (limited to 'compiler/codeGen/CodeGen/Platform/X86.hs')
-rw-r--r-- | compiler/codeGen/CodeGen/Platform/X86.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/codeGen/CodeGen/Platform/X86.hs b/compiler/codeGen/CodeGen/Platform/X86.hs new file mode 100644 index 0000000000..c19bf9dcfb --- /dev/null +++ b/compiler/codeGen/CodeGen/Platform/X86.hs @@ -0,0 +1,9 @@ + +module CodeGen.Platform.X86 (callerSaves) where + +import CmmExpr + +#define MACHREGS_NO_REGS 0 +#define MACHREGS_i386 1 +#include "../../../../includes/CallerSaves.part.hs" + |