From 5e49857d565b34ffa51ecdeed1a627191a5752bd Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 12 Sep 2003 16:32:13 +0000 Subject: [PATCH] [project @ 2003-09-12 16:32:13 by sof] delayzh_fast: comment only --- 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 6acb8bd..53fabf6 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.111 2003/09/02 09:20:05 simonmar Exp $ + * $Id: PrimOps.hc,v 1.112 2003/09/12 16:32:13 sof Exp $ * * (c) The GHC Team, 1998-2002 * @@ -1627,7 +1627,7 @@ FN_(delayzh_fast) nat target; #endif FB_ - /* args: R1.i */ + /* args: R1.i (microsecond delay amount) */ ASSERT(CurrentTSO->why_blocked == NotBlocked); CurrentTSO->why_blocked = BlockedOnDelay; -- 1.7.10.4