mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* ptrint for a longint(ptr) typecast
git-svn-id: trunk@10059 -
This commit is contained in:
parent
8cf136b8e8
commit
a76611d68b
@ -462,8 +462,8 @@ begin
|
||||
for i:=1 to n do
|
||||
begin
|
||||
s := s + p1^*p2^;
|
||||
Inc(longint(p1), i1);
|
||||
Inc(longint(p2), i2)
|
||||
Inc(ptrint(p1), i1);
|
||||
Inc(ptrint(p2), i2)
|
||||
end;
|
||||
Inprod := s
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user