mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
* fixed typo in comment
git-svn-id: branches/hlcgllvm@27006 -
This commit is contained in:
parent
358b346bbc
commit
c4869980e8
@ -139,7 +139,7 @@ implementation
|
||||
locref:=nil;
|
||||
if not arraytopointerconverted then
|
||||
begin
|
||||
{ the result is currently a pointer left.resultdef (the array type)
|
||||
{ the result is currently a pointer to left.resultdef (the array type)
|
||||
-> convert it into a pointer to an element inside this array }
|
||||
getarrelementptrdef;
|
||||
hreg:=hlcg.getaddressregister(current_asmdata.CurrAsmList,arrptrelementdef);
|
||||
|
Loading…
Reference in New Issue
Block a user