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 %cpu type as spotted by Alexey Torgashin
Jonas Maebe
3 anni fa
parent
9b11509dd0
commit
0d74752b1f
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
tests/webtbs/twm0226.pp
+ 1
- 1
tests/webtbs/twm0226.pp
Vedi File
@@ -1,4 +1,4 @@
-{ %cpu=x86
-
64 }
+{ %cpu=x86
_
64 }
program test;