From: simonmar Date: Thu, 8 Nov 2001 16:37:54 +0000 (+0000) Subject: [project @ 2001-11-08 16:37:54 by simonmar] X-Git-Tag: Approximately_9120_patches~599 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0e74df8d20cc2900939b132cb9e1955af473d73e;p=ghc-hetmet.git [project @ 2001-11-08 16:37:54 by simonmar] wibble --- diff --git a/ghc/includes/StgMacros.h b/ghc/includes/StgMacros.h index 5f28554..da3a425 100644 --- a/ghc/includes/StgMacros.h +++ b/ghc/includes/StgMacros.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMacros.h,v 1.40 2001/11/08 16:17:35 simonmar Exp $ + * $Id: StgMacros.h,v 1.41 2001/11/08 16:37:54 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -794,7 +794,7 @@ StgRegTable * resumeThread ( StgInt ); #ifdef SMP #define RESUME_THREAD(token) \ BaseReg = resumeThread(token); \ - LoadThreadState(); \ + LoadThreadState(); #else #define RESUME_THREAD(token) \ (void)resumeThread(token); \