From 0dbbf1932d550293986af6244202cb735b2cd966 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 13 Mar 2006 15:41:02 +0000 Subject: [PATCH] add another SMP assertion --- ghc/rts/Schedule.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 6d8fe63..b0a8dc6 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -563,6 +563,8 @@ run_thread: // ---------------------------------------------------------------------- // Run the current thread + ASSERT_FULL_CAPABILITY_INVARIANTS(cap,task); + prev_what_next = t->what_next; errno = t->saved_errno; -- 1.7.10.4