[fpc-pascal] 64 bit Linux syscall from 32 bit fpc program

Sven Barth pascaldragon at googlemail.com
Fri Dec 24 23:02:03 CET 2021


Rainer Stratmann via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb
am Fr., 24. Dez. 2021, 15:04:

> Is it possible to make a direct 64 bit Linux syscall from a 32 bit fpc
> programm?
>

No, because your program is running as a 32-bit process and thus only has
access to the 32-bit space of syscalls.

Why, what do you want to do?

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20211224/15237336/attachment.htm>


More information about the fpc-pascal mailing list