This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
freepascal.compiler
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
+ added else to case statement, avoid the warning, produce an internal error in this unexpected case
Nikolay Nikolov
2 年 前
親
2cc351e726
コミット
4559286b41
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
compiler/wasm32/aasmcpu.pas
+ 2
- 0
compiler/wasm32/aasmcpu.pas
ファイルの表示
@@ -283,6 +283,8 @@ uses
end;
a_end_if:
ThenDone:=True;
+ else
+ internalerror(2023100501);
end;
end
else