summaryrefslogtreecommitdiff
path: root/src/systemc/dt/fx/sc_fxval.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/dt/fx/sc_fxval.cc')
-rw-r--r--src/systemc/dt/fx/sc_fxval.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systemc/dt/fx/sc_fxval.cc b/src/systemc/dt/fx/sc_fxval.cc
index 45d7d5735..3b3b1e031 100644
--- a/src/systemc/dt/fx/sc_fxval.cc
+++ b/src/systemc/dt/fx/sc_fxval.cc
@@ -51,6 +51,7 @@
#include <cstdlib>
#include "systemc/ext/dt/fx/sc_fxval.hh"
+#include "systemc/ext/utils/messages.hh"
namespace sc_dt
{
@@ -383,7 +384,8 @@ print_other(scfx_string &s, const scfx_ieee_double &id, sc_numrep numrep,
step = 4;
break;
default:
- SC_REPORT_FATAL("assertion failed", "unexpected sc_numrep");
+ SC_REPORT_FATAL(sc_core::SC_ID_ASSERTION_FAILED_,
+ "unexpected sc_numrep");
sc_core::sc_abort();
}