mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
- removed getpointersize again, it's not a standard macpas function
git-svn-id: trunk@4962 -
This commit is contained in:
parent
aabc1e0fd2
commit
77de2d3b82
@ -88,8 +88,6 @@ procedure BClr(var i: int64; j: cardinal); {$ifdef systeminline}inline;{$endif}
|
||||
procedure BClr(var i: qword; j: cardinal); {$ifdef systeminline}inline;{$endif}
|
||||
|
||||
|
||||
function GetPointerSize(p: pointer): ptrint; {$ifdef systeminline}inline;{$endif}
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
@ -306,11 +304,6 @@ begin
|
||||
i := i and not (qword(1) shl j);
|
||||
end;
|
||||
|
||||
function GetPointerSize(p: pointer): ptrint; {$ifdef systeminline}inline;{$endif}
|
||||
begin
|
||||
GetPointerSize := memsize(p);
|
||||
end;
|
||||
|
||||
{$ifdef cpupowerpc}
|
||||
begin
|
||||
asm
|
||||
|
Loading…
Reference in New Issue
Block a user