1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:24:58 +00:00

Userland: Remove i686 support

This commit is contained in:
Liav A 2022-10-04 02:51:58 +03:00 committed by Andreas Kling
parent 55f17fff36
commit 445b5e1e94
5 changed files with 6 additions and 60 deletions

View file

@ -30,11 +30,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
outln("{}:", pid);
#if ARCH(I386)
auto padding = "";
#else
auto padding = " ";
#endif
if (extended) {
outln("Address{} Size Resident Dirty Access VMObject Type Purgeable CoW Pages Name", padding);