mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 06:22:35 +02:00
* also set the mangledbasename when a public name is specified for a
variable (used to create the JVM-style mangled name later on) git-svn-id: branches/jvmbackend@20871 -
This commit is contained in:
parent
622eb4b782
commit
2b0d0bbee4
@ -1117,6 +1117,7 @@ implementation
|
||||
end;
|
||||
|
||||
{ Set the assembler name }
|
||||
tstaticvarsym(vs).set_mangledbasename(mangledname);
|
||||
tstaticvarsym(vs).set_mangledname(mangledname);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user