mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:49:16 +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;
|
end;
|
||||||
|
|
||||||
{ Set the assembler name }
|
{ Set the assembler name }
|
||||||
|
tstaticvarsym(vs).set_mangledbasename(mangledname);
|
||||||
tstaticvarsym(vs).set_mangledname(mangledname);
|
tstaticvarsym(vs).set_mangledname(mangledname);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user