diff options
Diffstat (limited to 'src/mir/helpers.cpp')
-rw-r--r-- | src/mir/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir/helpers.cpp b/src/mir/helpers.cpp index 10c9c780..ddab9317 100644 --- a/src/mir/helpers.cpp +++ b/src/mir/helpers.cpp @@ -296,7 +296,7 @@ const ::HIR::TypeRef& MIR::TypeResolve::get_param_type(::HIR::TypeRef& tmp, cons return ty.clone(); } else { - MIR_BUG(*this, "get_const_type - Not a constant"); + MIR_BUG(*this, "get_const_type - Not a constant " << e.p); } ), (ItemAddr, |