diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-11 21:43:45 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-11 21:43:45 +0200 |
| commit | 1ba9d3b0756d2d101906296cbcfeeecc39144cac (patch) | |
| tree | eab03f2ac8cf7811f92b91d0a33c912136c66b0a /dev/kernel/KernelKit/PCI/IO.h | |
| parent | e23167fbca0a8802f3058c7ed6e22b7816359427 (diff) | |
feat: `___chkstk_ms` has been implemented for AMD64 HAL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/PCI/IO.h')
| -rw-r--r-- | dev/kernel/KernelKit/PCI/IO.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/PCI/IO.h b/dev/kernel/KernelKit/PCI/IO.h index a7abc163..8ddba334 100644 --- a/dev/kernel/KernelKit/PCI/IO.h +++ b/dev/kernel/KernelKit/PCI/IO.h @@ -56,8 +56,8 @@ inline Array<UShort, Sz> make_ports(UShort base) { } } // namespace Kernel -#ifdef __x86_64__ +#ifdef __NE_AMD64__ #include <KernelKit/PCI/IOArray+AMD64.inl> #else #error Please provide platform specific code for the I/O -#endif // ifdef __x86_64__ +#endif // ifdef __NE_AMD64__ |
