mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
+ 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:
parent
c6a6cd522f
commit
ca6fdb8c74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user