summaryrefslogtreecommitdiffstats
path: root/libgcc/x86/crtn.nasm
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 /libgcc/x86/crtn.nasm
parent378972285342f52bb71822d87ba261b76b4a42ed (diff)
Set architecture bitness in nasm files
Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'libgcc/x86/crtn.nasm')
-rw-r--r--libgcc/x86/crtn.nasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/x86/crtn.nasm b/libgcc/x86/crtn.nasm
index 537fa65..8fc8f32 100644
--- a/libgcc/x86/crtn.nasm
+++ b/libgcc/x86/crtn.nasm
@@ -1,3 +1,4 @@
+BITS 32
section .init
pop ebp
ret