Quellcode durchsuchen

* fix tx64tryfinallynode.dogetcopy

florian vor 2 Wochen
Ursprung
Commit
e5a64ee521
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      compiler/x86_64/nx64flw.pas

+ 1 - 0
compiler/x86_64/nx64flw.pas

@@ -213,6 +213,7 @@ function tx64tryfinallynode.dogetcopy: tnode;
           begin
             n.finalizepi.code:=finalizepi.code.getcopy;
             n.right:=ccallnode.create(nil,tprocsym(n.finalizepi.procdef.procsym),nil,nil,[],nil);
+            firstpass(n.right);
           end;
       end;
     result:=n;