mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 19:29:32 +02:00
- removed destroyed register lists from pure asm routines
git-svn-id: trunk@41072 -
This commit is contained in:
parent
38ddbc541b
commit
c0710df0f8
@ -173,7 +173,7 @@ const
|
||||
pop es
|
||||
pop esi
|
||||
pop edi
|
||||
end ['ECX'];
|
||||
end;
|
||||
{$endif tp}
|
||||
|
||||
Procedure CallInt10(val_ax : word); assembler;
|
||||
@ -190,7 +190,7 @@ const
|
||||
pop edi
|
||||
pop esi
|
||||
pop ebp
|
||||
end ['EAX'];
|
||||
end;
|
||||
|
||||
Procedure InitInt10hMode(mode : byte);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user