* use qword instead of aword for bsssize to avoid 8-bit truncation on Z80

git-svn-id: trunk@45621 -
This commit is contained in:
nickysn 2020-06-07 23:07:39 +00:00
parent 47ba80a545
commit a0e2cd3638

View File

@ -1526,7 +1526,7 @@ Implementation
label
myexit;
var
bsssize : aword;
bsssize : qword;
dbgname : TCmdStr;
begin
result:=false;