fix a warning
authorSimon Marlow <simonmar@microsoft.com>
Tue, 7 Feb 2006 13:23:23 +0000 (13:23 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 7 Feb 2006 13:23:23 +0000 (13:23 +0000)
ghc/rts/PrimOps.cmm

index 67d3767..58948da 100644 (file)
@@ -228,7 +228,7 @@ atomicModifyMutVarzh_fast
    StgThunk_payload(y,0) = z;
 
    StgMutVar_var(R1) = y;
-   foreign "C" dirty_MUT_VAR(R1) [R1];
+   foreign "C" dirty_MUT_VAR(R1 "ptr") [R1];
 
    TICK_ALLOC_THUNK_1();
    CCCS_ALLOC(THUNK_1_SIZE);