From: simonm Date: Mon, 22 Mar 1999 09:24:45 +0000 (+0000) Subject: [project @ 1999-03-22 09:24:45 by simonm] X-Git-Tag: Approximately_9120_patches~6370 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6dc1a0d9f731730a2456d29b59d05753866f905e;p=ghc-hetmet.git [project @ 1999-03-22 09:24:45 by simonm] Missing ';'. --- diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index 5f0837d..4ec104e 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.23 1999/03/17 13:19:22 simonm Exp $ + * $Id: PrimOps.hc,v 1.24 1999/03/22 09:24:45 simonm Exp $ * * (c) The GHC Team, 1998-1999 * @@ -762,7 +762,7 @@ FN_(forkzh_fast) FN_(yieldzh_fast) { FB_ - JMP_(stg_yield_noregs) + JMP_(stg_yield_noregs); FE_ }