From de981f8124226b8798596978c20da29e5fc5cea7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 24 Oct 2005 09:28:38 +0000 Subject: [PATCH] [project @ 2005-10-24 09:28:38 by simonmar] Fix build for way "u" --- ghc/includes/Regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/Regs.h b/ghc/includes/Regs.h index 7333f2d..b65d242 100644 --- a/ghc/includes/Regs.h +++ b/ghc/includes/Regs.h @@ -328,7 +328,7 @@ GLOBAL_REG_DECL(StgRegTable *,BaseReg,REG_Base) #ifdef SMP #error BaseReg must be in a register for SMP #endif -#define BaseReg (&((struct Capability_)MainCapability).r) +#define BaseReg (&((struct PartCapability_ *)MainCapability)->r) #endif #if defined(REG_Sp) && !defined(NO_GLOBAL_REG_DECLS) -- 1.7.10.4