From 7a95667b38d2ee732ddd7c448ee5c49b4e5efbf2 Mon Sep 17 00:00:00 2001
From: Erik de Castro Lopo <erikd@mega-nerd.com>
Date: Mon, 5 Sep 2011 20:24:51 +1000
Subject: [PATCH] Add missing import (fixes #5460).
---
compiler/nativeGen/X86/Regs.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/nativeGen/X86/Regs.hs b/compiler/nativeGen/X86/Regs.hs
index 2a1c6fa..280db84 100644
|
a
|
b
|
|
| 63 | 63 | import FastBool |
| 64 | 64 | |
| 65 | 65 | |
| 66 | | #if defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH) |
| | 66 | #if defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH) || defined(powerpc_TARGET_ARCH) |
| 67 | 67 | import Constants |
| 68 | 68 | #endif |
| 69 | 69 | |