mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 03:37:35 +01:00
* allocation strings fixed allocated<->released where exchanged
git-svn-id: trunk@200 -
This commit is contained in:
parent
ebcb69478f
commit
36dd45fbc3
@ -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,
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user