瀏覽代碼

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);
     procedure T386IntelAssembler.WriteTree(p:TAAsmoutput);
     const
     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');
       tempallocstr : array[boolean] of string[10]=(' released',' allocated');
     var
     var
       s,
       s,

+ 1 - 1
compiler/i386/ag386nsm.pas

@@ -380,7 +380,7 @@ interface
 
 
     procedure T386NasmAssembler.WriteTree(p:taasmoutput);
     procedure T386NasmAssembler.WriteTree(p:taasmoutput);
     const
     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');
       tempallocstr : array[boolean] of string[10]=(' released',' allocated');
     var
     var
       s : string;
       s : string;