diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2011-07-19 11:04:42 +0100 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2011-07-20 09:17:14 +0100 |
| commit | 972351069cff21a589d80b93c7ce09713afa863b (patch) | |
| tree | f7cd1cd308514b3db9fc956e9f4e515a167ba9e9 /compiler/ghci | |
| parent | ff389561a39f9ce01fa12022afd950cf940b3a89 (diff) | |
| download | haskell-972351069cff21a589d80b93c7ce09713afa863b.tar.gz | |
fix warning
Diffstat (limited to 'compiler/ghci')
| -rw-r--r-- | compiler/ghci/ByteCodeGen.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index e5898a2c7f..cd4b60da27 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -1240,7 +1240,6 @@ pushAtom _ _ (AnnLit lit) MachChar _ -> code NonPtrArg MachNullAddr -> code NonPtrArg MachStr s -> pushStr s - l -> pprPanic "pushAtom" (ppr l) where code rep = let size_host_words = fromIntegral (cgRepSizeW rep) |
