Parcourir la source

+ added comment to CallInt10 with the parameter location
- removed the 'ifndef REGCALL' section from CallInt10

git-svn-id: trunk@41099 -

nickysn il y a 6 ans
Parent
commit
ca6fdb8c74
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      packages/graph/src/go32v2/graph.pp

+ 1 - 3
packages/graph/src/go32v2/graph.pp

@@ -181,9 +181,7 @@ const
 
  Procedure CallInt10(val_ax : word); assembler;
    asm
-{$IFNDEF REGCALL}
-     mov ax,val_ax
-{$ENDIF REGCALL}
+      {# Var val_ax located in register ax }
       push ebp
       push esi
       push edi