Skip to content
Snippets Groups Projects
Commit 6dc1a0d9 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-03-22 09:24:45 by simonm]

Missing ';'.
parent dcdc0998
No related merge requests found
/* -----------------------------------------------------------------------------
* $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_
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment