* allocation strings fixed allocated<->released where exchanged

git-svn-id: trunk@200 -
This commit is contained in:
florian 2005-06-05 07:47:28 +00:00
parent ebcb69478f
commit 36dd45fbc3
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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;