mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
- disabled RTTI generation for the jvm target (Delphi-style RTTI
is not (yet) supported there, use Java-style RTTI instead) git-svn-id: branches/jvmbackend@18310 -
This commit is contained in:
parent
1e2c70796e
commit
9eca0dc1c2
@ -1721,6 +1721,10 @@ implementation
|
||||
def : tdef;
|
||||
vmtwriter : TVMTWriter;
|
||||
begin
|
||||
{$ifdef jvm}
|
||||
{ no Delphi-style RTTI }
|
||||
exit;
|
||||
{$endif jvm}
|
||||
for i:=0 to st.DefList.Count-1 do
|
||||
begin
|
||||
def:=tdef(st.DefList[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user