* 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 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:26:30 +00:00
parent e9d27c3efe
commit 2a9043f4bc

View File

@ -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;