From 6dc1a0d9f731730a2456d29b59d05753866f905e Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Mon, 22 Mar 1999 09:24:45 +0000
Subject: [PATCH] [project @ 1999-03-22 09:24:45 by simonm] Missing ';'.

---
 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 5f0837d4d1b2..4ec104e381de 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_
 }
 
-- 
GitLab