Преглед на файлове

* fixed thlcgwasm.g_adjust_stack_after_call after the removal of discardresult

Nikolay Nikolov преди 4 години
родител
ревизия
58e4692795
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      compiler/wasm32/hlcgcpu.pas

+ 0 - 2
compiler/wasm32/hlcgcpu.pas

@@ -2375,8 +2375,6 @@ implementation
       else
         ft:=tcpuprocdef(pd).create_functype;
       totalremovesize:=Length(ft.params)-Length(ft.results);
-      if Length(ft.results)=0 then
-        dec(totalremovesize);
       { remove parameters from internal evaluation stack counter (in case of
         e.g. no parameters and a result, it can also increase) }
       if totalremovesize>0 then