This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
freepascal.compiler
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* fix warning
Nikolay Nikolov
hai 1 ano
pai
e073d5f7f7
achega
26855a29c8
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
compiler/wasm32/aasmcpu.pas
+ 2
- 0
compiler/wasm32/aasmcpu.pas
Ver ficheiro
@@ -611,6 +611,8 @@ uses
end;
top_const:
Result:=val;
+ else
+ internalerror(2024020805);
end;
end;
end;