mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
+ added the fpc_x86_*port* intrinsics to the x86_64 system unit as well
git-svn-id: trunk@39370 -
This commit is contained in:
parent
a1bf5e2f07
commit
2c8853f239
@ -16,3 +16,10 @@
|
||||
|
||||
const
|
||||
{$I cpuinnr.inc}
|
||||
|
||||
function fpc_x86_inportb(port : word) : byte;[internproc:fpc_in_x86_inportb];
|
||||
function fpc_x86_inportw(port : word) : word;[internproc:fpc_in_x86_inportw];
|
||||
function fpc_x86_inportl(port : word) : longint;[internproc:fpc_in_x86_inportl];
|
||||
procedure fpc_x86_outportb(port : word;data : byte);[internproc:fpc_in_x86_outportb];
|
||||
procedure fpc_x86_outportw(port : word;data : word);[internproc:fpc_in_x86_outportw];
|
||||
procedure fpc_x86_outportl(port : word;data : longint);[internproc:fpc_in_x86_outportl];
|
||||
|
Loading…
Reference in New Issue
Block a user