From 530b8cae663dbba87883e067cf92cf916500c4c1 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 20 Dec 2000 15:18:47 +0000 Subject: [PATCH] [project @ 2000-12-20 15:18:47 by rrt] Seems to need -monly-3-regs --- ghc/lib/std/PrelInt.lhs | 2 ++ ghc/lib/std/PrelWord.lhs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ghc/lib/std/PrelInt.lhs b/ghc/lib/std/PrelInt.lhs index 8c991eb..9597f15 100644 --- a/ghc/lib/std/PrelInt.lhs +++ b/ghc/lib/std/PrelInt.lhs @@ -4,6 +4,8 @@ \section[Int]{Module @PrelInt@} \begin{code} +{-# OPTIONS -monly-3-regs #-} + module PrelInt ( Int8(..), Int16(..), Int32(..), Int64(..) diff --git a/ghc/lib/std/PrelWord.lhs b/ghc/lib/std/PrelWord.lhs index 16a225e..f51d9f9 100644 --- a/ghc/lib/std/PrelWord.lhs +++ b/ghc/lib/std/PrelWord.lhs @@ -4,6 +4,8 @@ \section[PrelWord]{Module @PrelWord@} \begin{code} +{-# OPTIONS -monly-3-regs #-} + #include "MachDeps.h" module PrelWord ( -- 1.7.10.4