mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
- don't preserve edx and ecx in GetPixel320, because they don't need to be preserved in GetPixel320
git-svn-id: trunk@41115 -
This commit is contained in:
parent
0c01add0ae
commit
45ea95b72e
@ -2322,8 +2322,6 @@ End;
|
||||
{# Var X located in register ax
|
||||
# Var Y located in register dx }
|
||||
push ebx
|
||||
push ecx
|
||||
push edx
|
||||
push edi
|
||||
movsx edi, ax
|
||||
movsx ebx, dx
|
||||
@ -2335,8 +2333,6 @@ End;
|
||||
add edi, ebx
|
||||
movzx eax, byte ptr fs:[edi+ebx*4+$a0000]
|
||||
pop edi
|
||||
pop edx
|
||||
pop ecx
|
||||
pop ebx
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user