diff options
| author | Ian Lynagh <igloo@earth.li> | 2011-05-25 19:08:38 +0100 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2011-05-25 19:10:03 +0100 |
| commit | 3a0a91b41c5b6ad347711f054feb10c20a6b2f77 (patch) | |
| tree | 5a3435af1a7a17162f4484757b05f22684d776f4 /compiler/ghci/ByteCodeInstr.lhs | |
| parent | 5fffd9b28c2b67d4f58596ad8837a024e11882f5 (diff) | |
| download | haskell-3a0a91b41c5b6ad347711f054feb10c20a6b2f77.tar.gz | |
Remove unused ghci/ByteCodeFFI.lhs
Diffstat (limited to 'compiler/ghci/ByteCodeInstr.lhs')
| -rw-r--r-- | compiler/ghci/ByteCodeInstr.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeInstr.lhs b/compiler/ghci/ByteCodeInstr.lhs index d44a00bc14..49c5488efa 100644 --- a/compiler/ghci/ByteCodeInstr.lhs +++ b/compiler/ghci/ByteCodeInstr.lhs @@ -124,7 +124,7 @@ data BCInstr | CASEFAIL | JMP LocalLabel - -- For doing calls to C (via glue code generated by ByteCodeFFI, or libffi) + -- For doing calls to C (via glue code generated by libffi) | CCALL Word16 -- stack frame size (Ptr ()) -- addr of the glue code Word16 -- whether or not the call is interruptible |
