* patch by J. Gareth Moreton: Unitialized result variable fix on non-x86 debug builds, resolves #38371

git-svn-id: trunk@48221 -
This commit is contained in:
florian 2021-01-19 21:04:41 +00:00
parent b460f87fd4
commit 85afaf5289

View File

@ -1023,8 +1023,8 @@ implementation
if segment <> NR_NO then
Result := gas_regname(segment) + ':'
else
Result := '';
{$endif defined(x86)}
Result := '';
if Assigned(symbol) then
begin