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:
parent
55f17fff36
commit
445b5e1e94
5 changed files with 6 additions and 60 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue