Add atomic_inc()/atomic_dec(), and use them to replace gc_running_mutex
[ghc-hetmet.git] / includes / Closures.h
index ef5fa4e..eb5d1ed 100644 (file)
@@ -398,6 +398,7 @@ typedef struct {
   StgHeader   header;
   StgClosure *code;
   StgTVarWatchQueue *next_invariant_to_check;
+  StgClosure *result;
 } StgAtomicallyFrame;
 
 typedef struct {