diff --git a/vhdlpp/sequential_emit.cc b/vhdlpp/sequential_emit.cc index c5309c039..2f09ad0a6 100644 --- a/vhdlpp/sequential_emit.cc +++ b/vhdlpp/sequential_emit.cc @@ -524,9 +524,8 @@ int ReportStmt::emit(ostream&out, Entity*ent, ScopeBase*scope) void ReportStmt::write_to_stream(std::ostream&fd) { - fd << "report \""; + fd << "report "; msg_->write_to_stream(fd); - fd << "\"" << std::endl; fd << "severity "; switch(severity_)