mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
- removed the REGCALL ifdefs from GetPixel320
git-svn-id: trunk@41113 -
This commit is contained in:
parent
00d4bdbc7d
commit
22d599e70d
@ -2325,13 +2325,8 @@ End;
|
||||
push ecx
|
||||
push edx
|
||||
push edi
|
||||
{$IFDEF REGCALL}
|
||||
movsx edi, ax
|
||||
movsx ebx, dx
|
||||
{$ELSE REGCALL}
|
||||
movsx edi, x
|
||||
movsx ebx, y
|
||||
{$ENDIF REGCALL}
|
||||
movsx ecx, StartYViewPort
|
||||
movsx edx, StartXViewPort
|
||||
add ebx, ecx
|
||||
|
Loading…
Reference in New Issue
Block a user