Selaa lähdekoodia

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

git-svn-id: trunk@41099 -

nickysn 6 vuotta sitten
vanhempi
commit
ca6fdb8c74
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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