Explorar o código

Merged revisions 200 via svnmerge from
/trunk

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

florian %!s(int64=20) %!d(string=hai) anos
pai
achega
61956f3c65
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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;