X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;fp=includes%2FRtsExternal.h;h=39a22fd3a8c84a63f59337747ef4a3555943db0c;hb=1ed01a871030f05905a9595e4837dfffc087ef64;hp=6c1f71e3d1b9c17b49350d8547e51cf39578814d;hpb=53d57aa3aa498120eb1beba1b9c30e6a5e4e2d0a;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 6c1f71e..39a22fd 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 */