mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
- rm redundant double initialization of regs.realecx from Crt.CursorOn
git-svn-id: trunk@25447 -
This commit is contained in:
parent
e7cbd41670
commit
d64cea05df
@ -521,7 +521,6 @@ var
|
||||
regs : trealregs;
|
||||
begin
|
||||
regs.realeax:=$0100;
|
||||
regs.realecx:=$90A;
|
||||
If VidSeg=$b800 then
|
||||
regs.realecx:=$90A
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user