Remove ghc-pkg's dependency on haskell98
[ghc-hetmet.git] / includes / rts / storage / Closures.h
index 7671c7b..2683ce7 100644 (file)
@@ -161,7 +161,7 @@ typedef struct _StgUpdateFrame {
 
 typedef struct {
     StgHeader  header;
-    StgInt      exceptions_blocked;
+    StgWord    exceptions_blocked;
     StgClosure *handler;
 } StgCatchFrame;