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