diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2020-11-10 16:37:21 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2020-11-10 16:37:21 +0000 |
commit | b6287f38d50ed46aa337158943ef855bf9000df2 (patch) | |
tree | 3791a262bae9dbdb1f93753e3acf8128ac1bf1e4 /compiler/GHC | |
parent | a4b44644bbbc639ca214aa3b13ec72d93ae51e49 (diff) | |
download | haskell-wip/ghc-debug-stack.tar.gz |
WIP: ST example working (small bitmap stack frames)wip/ghc-debug-stack
Diffstat (limited to 'compiler/GHC')
-rw-r--r-- | compiler/GHC/Runtime/Heap/Inspect.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Runtime/Heap/Inspect.hs b/compiler/GHC/Runtime/Heap/Inspect.hs index ea682702c6..57ca757d3f 100644 --- a/compiler/GHC/Runtime/Heap/Inspect.hs +++ b/compiler/GHC/Runtime/Heap/Inspect.hs @@ -62,6 +62,7 @@ import GHC.Utils.Outputable as Ppr import GHC.Utils.Panic import GHC.Char import GHC.Exts.Heap +import GHC.Exts.Heap.InfoTable.Types import GHC.Runtime.Heap.Layout ( roundUpTo ) import GHC.IO (throwIO) |