Browse Source

- removed the REGCALL ifdefs from GetPixel320

git-svn-id: trunk@41113 -
nickysn 6 years ago
parent
commit
22d599e70d
1 changed files with 0 additions and 5 deletions
  1. 0 5
      packages/graph/src/go32v2/graph.pp

+ 0 - 5
packages/graph/src/go32v2/graph.pp

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