Переглянути джерело

* remove obsolete comment from rautils/ConcatConstant, issue reported/initial patch by Marcel Kilgus in QLForum.co.uk

git-svn-id: trunk@47549 -
Károly Balogh 4 роки тому
батько
коміт
fc78671215
1 змінених файлів з 0 додано та 5 видалено
  1. 0 5
      compiler/rautils.pas

+ 0 - 5
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;