diff options
Diffstat (limited to 'includes/RtsExternal.h')
-rw-r--r-- | includes/RtsExternal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 6c1f71e3d1..39a22fd3a8 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -124,5 +124,8 @@ extern void performMajorGC(void); extern HsInt64 getAllocations( void ); extern void revertCAFs( void ); extern void dirty_MUT_VAR(StgRegTable *reg, StgClosure *p); +extern void dirty_MVAR(StgRegTable *reg, StgClosure *p); + +extern void dirty_TSO(StgClosure *tso); #endif /* RTSEXTERNAL_H */ |