소스 검색

* 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