This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
fpc
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
+ added a 'cld' before the first string x86 instruction in the i8086-msdos startup code
git-svn-id: trunk@25635 -
nickysn
%!s(int64=12) %!d(string=hai) anos
pai
826b4678f3
achega
608a449c4a
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Unificar vista
Mostrar estatísticas de Diff
1
0
rtl/msdos/prt0stm.asm
+ 1
- 0
rtl/msdos/prt0stm.asm
Ver ficheiro
@@ -50,6 +50,7 @@
sub cx, di
sub cx, di
jz no_bss
jz no_bss
xor al, al
xor al, al
+ cld
rep stosb
rep stosb
no_bss:
no_bss: