From 9b199f223c965638998d50435f33672457d9ffe3 Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 1 Mar 1999 10:17:15 +0000 Subject: [PATCH] [project @ 1999-03-01 10:17:15 by simonm] typo --- ghc/rts/PrimOps.hc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) \ -- 1.7.10.4