From fc78671215762451505d977df3a168732bb61f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Tue, 24 Nov 2020 05:47:09 +0000 Subject: [PATCH] * remove obsolete comment from rautils/ConcatConstant, issue reported/initial patch by Marcel Kilgus in QLForum.co.uk git-svn-id: trunk@47549 - --- compiler/rautils.pas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/rautils.pas b/compiler/rautils.pas index 200572baee..ab724235a6 100644 --- a/compiler/rautils.pas +++ b/compiler/rautils.pas @@ -1698,13 +1698,8 @@ end; Procedure ConcatConstant(p: TAsmList; value: tcgint; constsize:byte); {*********************************************************************} -{ PROCEDURE ConcatConstant(value: aint; maxvalue: aint); } { Description: This routine adds the value constant to the current } { 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 rangelo,rangehi : int64;