소스 검색

* fixed warning

Nikolay Nikolov 1 년 전
부모
커밋
18c6e13f45
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      compiler/wasm32/aasmcpu.pas

+ 2 - 3
compiler/wasm32/aasmcpu.pas

@@ -467,9 +467,8 @@ uses
       begin
         if FValueStack.Count = FCtrlStack[0].height then
           begin
-            if FCtrlStack[0].unreachable then
-              Result:=wbt_Unknown
-            else
+            Result:=wbt_Unknown;
+            if not FCtrlStack[0].unreachable then
               internalerror(2024013104);
           end
         else