diff options
Diffstat (limited to 'rts/StablePtr.c')
-rw-r--r-- | rts/StablePtr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StablePtr.c b/rts/StablePtr.c index 0f53ffcdc4..2181b83d90 100644 --- a/rts/StablePtr.c +++ b/rts/StablePtr.c @@ -85,7 +85,7 @@ Future plans for stable ptrs include distinguishing them by the generation of the pointed object. See - http://ghc.haskell.org/trac/ghc/ticket/7670 for details. + https://gitlab.haskell.org/ghc/ghc/issues/7670 for details. */ spEntry *stable_ptr_table = NULL; |