- removed destroyed register lists from pure asm routines

git-svn-id: trunk@41072 -
This commit is contained in:
nickysn 2019-01-25 16:14:07 +00:00
parent 38ddbc541b
commit c0710df0f8

View File

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