From ce08a14f3d1f2bc05d76cfcfb9215bd9d5fc7e68 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 16 Sep 2003 17:09:53 +0000 Subject: [PATCH] [project @ 2003-09-16 17:09:53 by ross] CasmTarget is gone --- ghc/compiler/ghci/ByteCodeGen.lhs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/compiler/ghci/ByteCodeGen.lhs b/ghc/compiler/ghci/ByteCodeGen.lhs index 784ac8b..7d94541 100644 --- a/ghc/compiler/ghci/ByteCodeGen.lhs +++ b/ghc/compiler/ghci/ByteCodeGen.lhs @@ -887,8 +887,6 @@ generateCCall d0 s p ccall_spec@(CCallSpec target cconv safety) fn args_r_to_l StaticTarget target -> ioToBc (lookupStaticPtr target) `thenBc` \res -> returnBc (True, res) - CasmTarget _ - -> pprPanic "ByteCodeGen.generateCCall: casm" (ppr ccall_spec) in get_target_info `thenBc` \ (is_static, static_target_addr) -> let -- 1.7.10.4