Ver código fonte

* fixed compilation with -Sew

git-svn-id: branches/wasm@48446 -
nickysn 4 anos atrás
pai
commit
e2e0756eaf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/wasm32/cpubase.pas

+ 1 - 1
compiler/wasm32/cpubase.pas

@@ -371,7 +371,7 @@ uses
 
     function dwarf_reg(r:tregister):byte;
       begin
-        result:=-1;
+        result:=0;
         internalerror(200603251);
       end;