summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/ghci/ByteCodeItbls.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs
index 76d01dfc08..13c7576b2f 100644
--- a/compiler/ghci/ByteCodeItbls.lhs
+++ b/compiler/ghci/ByteCodeItbls.lhs
@@ -372,7 +372,7 @@ instance Storable StgInfoTable where
return
StgInfoTable {
#ifndef GHCI_TABLES_NEXT_TO_CODE
- entry = entry,
+ entry = entry',
#endif
ptrs = ptrs',
nptrs = nptrs',