mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* corrected wrong register in x86_64 asm
git-svn-id: trunk@15851 -
This commit is contained in:
parent
deef8dfa33
commit
4e06fbf4f0
@ -579,7 +579,7 @@ begin
|
||||
pushq %rdi
|
||||
xorq %rcx,%rcx
|
||||
movq VideoBuf,%rsi
|
||||
movq OldVideoBuf,%edi
|
||||
movq OldVideoBuf,%rdi
|
||||
movl VideoBufSize,%ecx
|
||||
shrq $2,%rcx
|
||||
repe
|
||||
|
Loading…
Reference in New Issue
Block a user