diff options
Diffstat (limited to 'libgcc/x86')
| -rw-r--r-- | libgcc/x86/crti.nasm | 1 | ||||
| -rw-r--r-- | libgcc/x86/crtn.nasm | 1 |
2 files changed, 2 insertions, 0 deletions
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: 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 |
