From 6bf790bab31b9bb8791e2adc46c8ff511392419f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 29 Jun 2006 13:44:05 +0000 Subject: [PATCH] remove conditionals from definition of StgRegTable so that we can calculate deterministic offsets to some of the fields of Capability. --- includes/Regs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Regs.h b/includes/Regs.h index bd7cb53..2c9546d 100644 --- a/includes/Regs.h +++ b/includes/Regs.h @@ -117,9 +117,7 @@ typedef struct StgRegTable_ { MP_INT rmp_result1; MP_INT rmp_result2; StgWord rRet; // holds the return code of the thread -#if defined(THREADED_RTS) || defined(PAR) StgSparkPool rSparks; /* per-task spark pool */ -#endif } StgRegTable; #if IN_STG_CODE -- 1.7.10.4