diff options
author | simonmar <unknown> | 2000-12-20 13:18:37 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-12-20 13:18:37 +0000 |
commit | 217bcae6a6baeeeb3535896f5684799036d07807 (patch) | |
tree | f12d6b36e63ec92be3e96de44265566cb8bba282 /ghc/compiler/ghci/ByteCodeGen.lhs | |
parent | c25aa25e9bdb2b2acd0ed973ffd727ee46eb147c (diff) | |
download | haskell-217bcae6a6baeeeb3535896f5684799036d07807.tar.gz |
[project @ 2000-12-20 13:18:37 by simonmar]
Comment out definition of i_LABEL, which referred to non-existent bci_LABEL.
Diffstat (limited to 'ghc/compiler/ghci/ByteCodeGen.lhs')
-rw-r--r-- | ghc/compiler/ghci/ByteCodeGen.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/ghci/ByteCodeGen.lhs b/ghc/compiler/ghci/ByteCodeGen.lhs index e1f45cfbfc..9b594c4c64 100644 --- a/ghc/compiler/ghci/ByteCodeGen.lhs +++ b/ghc/compiler/ghci/ByteCodeGen.lhs @@ -1477,7 +1477,7 @@ i_MKAP = (bci_MKAP :: Int) i_UNPACK = (bci_UNPACK :: Int) i_UPK_TAG = (bci_UPK_TAG :: Int) i_PACK = (bci_PACK :: Int) -i_LABEL = (bci_LABEL :: Int) +--i_LABEL = (bci_LABEL :: Int) i_TESTLT_I = (bci_TESTLT_I :: Int) i_TESTEQ_I = (bci_TESTEQ_I :: Int) i_TESTLT_F = (bci_TESTLT_F :: Int) |