From: simonm Date: Mon, 1 Mar 1999 10:17:15 +0000 (+0000) Subject: [project @ 1999-03-01 10:17:15 by simonm] X-Git-Tag: Approximately_9120_patches~6485 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9b199f223c965638998d50435f33672457d9ffe3;p=ghc-hetmet.git [project @ 1999-03-01 10:17:15 by simonm] typo --- diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index 37af75f..3fa86b7 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.18 1999/02/26 17:46:09 simonm Exp $ + * $Id: PrimOps.hc,v 1.19 1999/03/01 10:17:15 simonm Exp $ * * (c) The GHC Team, 1998-1999 * @@ -77,7 +77,7 @@ const JMP_(ENTRY_CODE(Sp[0])); # define RET_NPNP(a,b,c,d) \ - R1.w = (W_)(a); R2.w = (W_)(b); R3.w = (W_)(c); R4.w = (W_)(d); + R1.w = (W_)(a); R2.w = (W_)(b); R3.w = (W_)(c); R4.w = (W_)(d); \ JMP_(ENTRY_CODE(Sp[0])); # define RET_NNPNNP(a,b,c,d,e,f) \