X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FCodeOutput.lhs;h=0148ca4343ab3547d040a959aea4aed146b5cc0b;hb=7f24ae51ed36c5c0308a2d0de23e243f32a0043c;hp=d1b293353acc14ff3291fc867b16ce670c6219f0;hpb=f2e730f34ab0134391c88fe58f9f9e94b736da91;p=ghc-hetmet.git diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index d1b2933..0148ca4 100644 --- a/ghc/compiler/main/CodeOutput.lhs +++ b/ghc/compiler/main/CodeOutput.lhs @@ -100,6 +100,7 @@ codeOutput dflags this_mod location foreign_stubs pkg_deps flat_abstractC #else panic "ILX support not compiled into this ghc"; #endif + HscNothing -> return (); } ; return stubs_exist }