vhdlpp: Corrected the comment mark from the previous commit.
This commit is contained in:
parent
97e31ec9fa
commit
4c82352229
|
|
@ -45,7 +45,7 @@ int SubprogramBody::emit_package(ostream&fd) const
|
||||||
if(const Expression*init = var->peek_init_expr()) {
|
if(const Expression*init = var->peek_init_expr()) {
|
||||||
fd << cur->first << " = ";
|
fd << cur->first << " = ";
|
||||||
init->emit(fd, NULL, NULL);
|
init->emit(fd, NULL, NULL);
|
||||||
fd << "; -- automatic function emulation" << endl;
|
fd << "; // automatic function emulation" << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue