This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
freepascal.compiler
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* fix warning
Nikolay Nikolov
1 anno fa
parent
e073d5f7f7
commit
26855a29c8
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
compiler/wasm32/aasmcpu.pas
+ 2
- 0
compiler/wasm32/aasmcpu.pas
Vedi File
@@ -611,6 +611,8 @@ uses
end;
top_const:
Result:=val;
+ else
+ internalerror(2024020805);
end;
end;
end;