diff options
Diffstat (limited to 'compiler/cmm/Debug.hs')
-rw-r--r-- | compiler/cmm/Debug.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/Debug.hs b/compiler/cmm/Debug.hs index 79026949f6..428721a657 100644 --- a/compiler/cmm/Debug.hs +++ b/compiler/cmm/Debug.hs @@ -393,7 +393,7 @@ See also: Note [Unwinding information in the NCG] in AsmCodeGen. -} -- | A label associated with an 'UnwindTable' -data UnwindPoint = UnwindPoint !Label !UnwindTable +data UnwindPoint = UnwindPoint !CLabel !UnwindTable instance Outputable UnwindPoint where ppr (UnwindPoint lbl uws) = |