فهرست منبع

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

git-svn-id: trunk@48221 -
florian 4 سال پیش
والد
کامیت
85afaf5289
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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