This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
fpc
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* fix warning
Nikolay Nikolov
hace 1 año
padre
d7581aa1ee
commit
28c4c58b34
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
compiler/wasm32/aasmcpu.pas
+ 2
- 0
compiler/wasm32/aasmcpu.pas
Ver fichero
@@ -932,6 +932,8 @@ uses
PopVal(wbt_i32);
PopVal(wbt_i32);
end;
+ else
+ internalerror(2024030502);
end;
end;