Browse Source

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

git-svn-id: trunk@41099 -

nickysn 6 years ago
parent
commit
ca6fdb8c74
1 changed files with 1 additions and 3 deletions
  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;
  Procedure CallInt10(val_ax : word); assembler;
    asm
    asm
-{$IFNDEF REGCALL}
-     mov ax,val_ax
-{$ENDIF REGCALL}
+      {# Var val_ax located in register ax }
       push ebp
       push ebp
       push esi
       push esi
       push edi
       push edi