소스 검색

Merged revisions 200 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@202 -

florian 20 년 전
부모
커밋
61956f3c65
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      compiler/i386/ag386int.pas
  2. 1 1
      compiler/i386/ag386nsm.pas

+ 1 - 1
compiler/i386/ag386int.pas

@@ -341,7 +341,7 @@ implementation
 
     procedure T386IntelAssembler.WriteTree(p:TAAsmoutput);
     const
-      regallocstr : array[tregalloctype] of string[10]=(' released',' allocated',' sync',' resized');
+      regallocstr : array[tregalloctype] of string[10]=(' allocated',' released',' sync',' resized');
       tempallocstr : array[boolean] of string[10]=(' released',' allocated');
     var
       s,

+ 1 - 1
compiler/i386/ag386nsm.pas

@@ -380,7 +380,7 @@ interface
 
     procedure T386NasmAssembler.WriteTree(p:taasmoutput);
     const
-      regallocstr : array[tregalloctype] of string[10]=(' released',' allocated',' sync',' resized');
+      regallocstr : array[tregalloctype] of string[10]=(' allocated',' released',' sync',' resized');
       tempallocstr : array[boolean] of string[10]=(' released',' allocated');
     var
       s : string;