mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Remove obsolete SYSTEM.ADRINT. (Not that I much like uintptr).
This commit is contained in:
parent
4ec2e61ed0
commit
90737e5677
33 changed files with 30 additions and 49 deletions
|
|
@ -263,7 +263,7 @@ void Platform_GetArg (int16 n, CHAR *val, LONGINT val__len)
|
|||
{
|
||||
Platform_ArgVec av = NIL;
|
||||
if (n < Platform_ArgCount) {
|
||||
av = __VAL(Platform_ArgVec, Platform_ArgVector);
|
||||
av = (Platform_ArgVec)(uintptr)Platform_ArgVector;
|
||||
__COPY(*(*av)[__X(n, 1024)], val, val__len);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue