vhdlpp: Corrected the comment mark from the previous commit.

This commit is contained in:
Maciej Suminski 2016-03-15 17:33:11 +01:00
parent 97e31ec9fa
commit 4c82352229
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ int SubprogramBody::emit_package(ostream&fd) const
if(const Expression*init = var->peek_init_expr()) {
fd << cur->first << " = ";
init->emit(fd, NULL, NULL);
fd << "; -- automatic function emulation" << endl;
fd << "; // automatic function emulation" << endl;
}
}