- removed the REGCALL ifdefs from GetPixel320

git-svn-id: trunk@41113 -
This commit is contained in:
nickysn 2019-01-29 13:14:33 +00:00
parent 00d4bdbc7d
commit 22d599e70d

View File

@ -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