+ added comment to CallInt10 with the parameter location

- removed the 'ifndef REGCALL' section from CallInt10

git-svn-id: trunk@41099 -
This commit is contained in:
nickysn 2019-01-28 17:18:37 +00:00
parent c6a6cd522f
commit ca6fdb8c74

View File

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