diff options
| author | David Terei <davidterei@gmail.com> | 2011-11-22 17:39:20 -0800 |
|---|---|---|
| committer | David Terei <davidterei@gmail.com> | 2011-11-22 17:39:20 -0800 |
| commit | 19537745aed3f7077025516db6a962cf759f64e9 (patch) | |
| tree | fbe911a1e704252ee3dc4d2da6e2fa15b0b17985 | |
| parent | 98091a84b20320eb639af91ac853f886dd27c60c (diff) | |
| download | haskell-19537745aed3f7077025516db6a962cf759f64e9.tar.gz | |
Fix compilation error in unreg mode
| -rw-r--r-- | compiler/ghci/ByteCodeItbls.lhs | 2 |
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', |
