Skip to content
Snippets Groups Projects
Commit cccb9a1a authored by sof's avatar sof
Browse files

[project @ 1998-03-12 10:26:19 by sof]

Include srcloc in panic msg
parent 1bb549f3
No related merge requests found
......@@ -156,7 +156,8 @@ unboxArg arg
)
| otherwise
= pprPanic "unboxArg: " (ppr arg_ty)
= getSrcLocDs `thenDs` \ l ->
pprPanic "unboxArg: " (ppr l <+> ppr arg_ty)
where
arg_ty = coreExprType arg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment