mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:49:22 +02:00
- rm redundant double initialization of regs.cx from Crt.CursorOn
git-svn-id: trunk@25446 -
This commit is contained in:
parent
76cbda0983
commit
e7cbd41670
@ -581,7 +581,6 @@ var
|
|||||||
regs : registers;
|
regs : registers;
|
||||||
begin
|
begin
|
||||||
regs.ax:=$0100;
|
regs.ax:=$0100;
|
||||||
regs.cx:=$90A;
|
|
||||||
If VidSeg=$b800 then
|
If VidSeg=$b800 then
|
||||||
regs.cx:=$90A
|
regs.cx:=$90A
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user