From: rrt Date: Wed, 20 Dec 2000 15:18:47 +0000 (+0000) Subject: [project @ 2000-12-20 15:18:47 by rrt] X-Git-Tag: Approximately_9120_patches~3016 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=530b8cae663dbba87883e067cf92cf916500c4c1;p=ghc-hetmet.git [project @ 2000-12-20 15:18:47 by rrt] Seems to need -monly-3-regs --- 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 (