diff options
Diffstat (limited to 'mediumlevelilinstruction.h')
| -rw-r--r-- | mediumlevelilinstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediumlevelilinstruction.h b/mediumlevelilinstruction.h index b9745177..018f9ffc 100644 --- a/mediumlevelilinstruction.h +++ b/mediumlevelilinstruction.h @@ -1729,7 +1729,7 @@ template<> struct fmt::formatter<IL_INS_NS::MediumLevelILInstruction> auto it = ctx.begin(), end = ctx.end(); if (it != end && *it == '?') presentation = *it++; - if (it != end && *it != '}') detail::throw_format_error("invalid format"); + if (it != end && *it != '}') report_error("invalid format"); return it; } }; |
