diff options
Diffstat (limited to 'libgcc/x86/crtn.s')
| -rw-r--r-- | libgcc/x86/crtn.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/x86/crtn.s b/libgcc/x86/crtn.s new file mode 100644 index 0000000..537fa65 --- /dev/null +++ b/libgcc/x86/crtn.s @@ -0,0 +1,3 @@ +section .init + pop ebp + ret |
