mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
- rm redundant double initialization of regs.realecx from Crt.CursorOn
git-svn-id: trunk@25448 -
This commit is contained in:
parent
d64cea05df
commit
8251031adf
@ -510,7 +510,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