1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

Kernel+Userland: Remove uses of the __i386__ compiler macro

This commit is contained in:
Andreas Kling 2022-12-25 18:43:58 +01:00
parent 36980d2a66
commit 7b9ea3efde
5 changed files with 6 additions and 37 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#if defined(__i386__) || defined(__x86_64__)
#if defined(__x86_64__)
# include <Kernel/Arch/x86_64/mcontext.h>
#elif defined(__aarch64__)
# include <Kernel/Arch/aarch64/mcontext.h>