[project @ 2003-09-16 17:09:53 by ross]
authorross <unknown>
Tue, 16 Sep 2003 17:09:53 +0000 (17:09 +0000)
committerross <unknown>
Tue, 16 Sep 2003 17:09:53 +0000 (17:09 +0000)
CasmTarget is gone

ghc/compiler/ghci/ByteCodeGen.lhs

index 784ac8b..7d94541 100644 (file)
@@ -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