Browse Source

* fixed compilation with -Sew

git-svn-id: branches/wasm@48446 -
nickysn 4 năm trước cách đây
mục cha
commit
e2e0756eaf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;