mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:09:20 +02:00
* remove obsolete comment from rautils/ConcatConstant, issue reported/initial patch by Marcel Kilgus in QLForum.co.uk
git-svn-id: trunk@47549 -
This commit is contained in:
parent
7444733f5d
commit
6b1c5861af
@ -1795,13 +1795,8 @@ end;
|
|||||||
|
|
||||||
Procedure ConcatConstant(p: TAsmList; value: tcgint; constsize:byte);
|
Procedure ConcatConstant(p: TAsmList; value: tcgint; constsize:byte);
|
||||||
{*********************************************************************}
|
{*********************************************************************}
|
||||||
{ PROCEDURE ConcatConstant(value: aint; maxvalue: aint); }
|
|
||||||
{ Description: This routine adds the value constant to the current }
|
{ Description: This routine adds the value constant to the current }
|
||||||
{ instruction linked list. }
|
{ instruction linked list. }
|
||||||
{ maxvalue -> indicates the size of the data to initialize: }
|
|
||||||
{ $ff -> create a byte node. }
|
|
||||||
{ $ffff -> create a word node. }
|
|
||||||
{ $ffffffff -> create a dword node. }
|
|
||||||
{*********************************************************************}
|
{*********************************************************************}
|
||||||
var
|
var
|
||||||
rangelo,rangehi : int64;
|
rangelo,rangehi : int64;
|
||||||
|
Loading…
Reference in New Issue
Block a user