Browse Source

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

git-svn-id: trunk@48221 -
florian 4 năm trước cách đây
mục cha
commit
85afaf5289
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/nbas.pas

+ 1 - 1
compiler/nbas.pas

@@ -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