Browse Source

* fixed compilation with -Sew

git-svn-id: branches/wasm@48446 -
nickysn 4 years ago
parent
commit
e2e0756eaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/cpubase.pas

+ 1 - 1
compiler/wasm32/cpubase.pas

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