diff options
author | Ian Lynagh <igloo@earth.li> | 2007-08-10 11:57:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-08-10 11:57:44 +0000 |
commit | 9c9362ae571633ab8d00bfa51da509a02df8cdd3 (patch) | |
tree | 24fec2eaa32c846509c68175f0b2ba3ca3eecc4c | |
parent | 914e7d90e2afe1f72b72fb41d293fb56bd35edb5 (diff) | |
download | haskell-9c9362ae571633ab8d00bfa51da509a02df8cdd3.tar.gz |
Remove a duplicate case
-rw-r--r-- | compiler/ghci/ByteCodeAsm.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeAsm.lhs b/compiler/ghci/ByteCodeAsm.lhs index 9060138488..747ea57284 100644 --- a/compiler/ghci/ByteCodeAsm.lhs +++ b/compiler/ghci/ByteCodeAsm.lhs @@ -304,7 +304,6 @@ mkBits findLabel st proto_insns (p1, st2) <- ptr st (BCOPtrArray array) (p2, st3) <- ptr st2 (BCOPtrBreakInfo info) instr4 st3 bci_BRK_FUN p1 index p2 - PUSH_LLL o1 o2 o3 -> instr4 st bci_PUSH_LLL o1 o2 o3 i2s :: Int -> Word16 i2s = fromIntegral |