mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* ScrWidth changed back to absolute, since the compiler has been fixed to support it
git-svn-id: trunk@25667 -
This commit is contained in:
parent
f2763b98fa
commit
77dc18007d
@ -126,9 +126,7 @@ const
|
||||
(0,1,2,3,4,5,20,7,56,57,58,59,60,61,62,63);
|
||||
|
||||
var
|
||||
// ScrWidth : word absolute $40:$4a;
|
||||
// !!! doesn't work with absolute, due to a i8086 code generator bug; TODO: fix
|
||||
ScrWidth : word=80;
|
||||
ScrWidth : word absolute $40:$4a;
|
||||
inWindows: boolean;
|
||||
|
||||
{$ifndef tp}
|
||||
|
Loading…
Reference in New Issue
Block a user