diff options
| author | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-03-28 15:11:43 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2026-03-28 15:29:22 +0700 |
| commit | 256b2c871a0f3ac0175de298b78c6ea527f42f60 (patch) | |
| tree | 08b99f57d9a108e0c7293555913fd83c704d929b /arch | |
| parent | 378972285342f52bb71822d87ba261b76b4a42ed (diff) | |
Set architecture bitness in nasm files
Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/cpuid/CpuidCheck.nasm | 1 |
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 |
