Explorar o código

* disable inline if with is used

git-svn-id: branches/fixes_2_0@3815 -
peter %!s(int64=19) %!d(string=hai) anos
pai
achega
f0c938083a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/nmem.pas

+ 3 - 0
compiler/nmem.pas

@@ -914,6 +914,9 @@ implementation
 
         if assigned(left) then
           resulttypepass(left);
+
+        { disable inline }
+        exclude(current_procinfo.procdef.procoptions,po_inline);
       end;