From 256b2c871a0f3ac0175de298b78c6ea527f42f60 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Sat, 28 Mar 2026 15:11:43 +0700 Subject: Set architecture bitness in nasm files Signed-off-by: Alexey Gavrilov --- libgcc/x86/crti.nasm | 1 + 1 file changed, 1 insertion(+) (limited to 'libgcc/x86/crti.nasm') diff --git a/libgcc/x86/crti.nasm b/libgcc/x86/crti.nasm index 57cb8c1..745a0c3 100644 --- a/libgcc/x86/crti.nasm +++ b/libgcc/x86/crti.nasm @@ -1,3 +1,4 @@ +BITS 32 section .init global _init:function _init: -- cgit v1.2.3