mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* 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:
parent
b460f87fd4
commit
85afaf5289
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user