diff options
Diffstat (limited to 'libgcc/x86/crti.s')
| -rw-r--r-- | libgcc/x86/crti.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/x86/crti.s b/libgcc/x86/crti.s new file mode 100644 index 0000000..57cb8c1 --- /dev/null +++ b/libgcc/x86/crti.s @@ -0,0 +1,5 @@ +section .init +global _init:function +_init: + push ebp + mov ebp, esp |
