summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorAlexey Gavrilov <alexey.gavrilov@mail.com>2026-03-28 15:11:43 +0700
committerAlexey Gavrilov <alexey.gavrilov@mail.com>2026-03-28 15:29:22 +0700
commit256b2c871a0f3ac0175de298b78c6ea527f42f60 (patch)
tree08b99f57d9a108e0c7293555913fd83c704d929b /arch/x86
parent378972285342f52bb71822d87ba261b76b4a42ed (diff)
Set architecture bitness in nasm files
Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/cpuid/CpuidCheck.nasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpuid/CpuidCheck.nasm b/arch/x86/cpuid/CpuidCheck.nasm
index 67bc9eb..1905a33 100644
--- a/arch/x86/cpuid/CpuidCheck.nasm
+++ b/arch/x86/cpuid/CpuidCheck.nasm
@@ -1,3 +1,4 @@
+BITS 32
global CPUIDCHK:function
CPUIDCHK:
push ebx