mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
LibWeb: Set CPU_STRING for i386
This commit is contained in:
parent
88a3b4da9e
commit
b21382bd4e
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ namespace Web {
|
||||||
# define CPU_STRING "x86_64"
|
# define CPU_STRING "x86_64"
|
||||||
#elif ARCH(AARCH64)
|
#elif ARCH(AARCH64)
|
||||||
# define CPU_STRING "AArch64"
|
# define CPU_STRING "AArch64"
|
||||||
|
#elif ARCH(I386)
|
||||||
|
# define CPU_STRING "x86"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(AK_OS_SERENITY)
|
#if defined(AK_OS_SERENITY)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue