소스 검색

* fixed compilation with -Sew

git-svn-id: branches/wasm@48446 -
nickysn 4 년 전
부모
커밋
e2e0756eaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;