From a0e2cd36382e3ad061e54cf9a32804b729e527ba Mon Sep 17 00:00:00 2001 From: nickysn Date: Sun, 7 Jun 2020 23:07:39 +0000 Subject: [PATCH] * use qword instead of aword for bsssize to avoid 8-bit truncation on Z80 git-svn-id: trunk@45621 - --- compiler/link.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/link.pas b/compiler/link.pas index e01367ccae..f7d52d7e7d 100644 --- a/compiler/link.pas +++ b/compiler/link.pas @@ -1526,7 +1526,7 @@ Implementation label myexit; var - bsssize : aword; + bsssize : qword; dbgname : TCmdStr; begin result:=false;