mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:19:28 +02:00
* use qword instead of aword for bsssize to avoid 8-bit truncation on Z80
git-svn-id: trunk@45621 -
This commit is contained in:
parent
47ba80a545
commit
a0e2cd3638
@ -1526,7 +1526,7 @@ Implementation
|
||||
label
|
||||
myexit;
|
||||
var
|
||||
bsssize : aword;
|
||||
bsssize : qword;
|
||||
dbgname : TCmdStr;
|
||||
begin
|
||||
result:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user