mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +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;
|
regs : trealregs;
|
||||||
begin
|
begin
|
||||||
regs.realeax:=$0100;
|
regs.realeax:=$0100;
|
||||||
regs.realecx:=$90A;
|
|
||||||
If VidSeg=$b800 then
|
If VidSeg=$b800 then
|
||||||
regs.realecx:=$90A
|
regs.realecx:=$90A
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user