forked from github/verilator
Internals: Add const. No functional change.
This commit is contained in:
parent
ec1c112791
commit
f311a0a5a5
@ -423,7 +423,7 @@ void EmitCSyms::emitSymHdr() {
|
||||
|
||||
puts("\n// LOCAL STATE\n");
|
||||
// Must be before subcells, as constructor order needed before _vlCoverInsert.
|
||||
puts("const char* __Vm_namep;\n");
|
||||
puts("const char* const __Vm_namep;\n");
|
||||
|
||||
if (v3Global.needTraceDumper()) {
|
||||
// __Vm_dumperp is local, otherwise we wouldn't know what design's eval()
|
||||
|
Loading…
Reference in New Issue
Block a user