2
0
Эх сурвалжийг харах

* keep the node flags when replacing a call to a virtual class method with
a call to its wrapper

git-svn-id: branches/jvmbackend@18708 -

Jonas Maebe 14 жил өмнө
parent
commit
2a9043f4bc

+ 1 - 0
compiler/jvm/njvmcal.pas

@@ -566,6 +566,7 @@ implementation
                 begin
                   remove_hidden_paras;
                   result:=ccallnode.create(left,tprocsym(sym),symtableproc,methodpointer,callnodeflags);
+                  result.flags:=flags;
                   left:=nil;
                   methodpointer:=nil;
                   exit;