crtn.S 190 B

12345678910111213
  1. /*
  2. * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. .section .init
  7. pop %ebp
  8. ret
  9. .section .fini
  10. pop %ebp
  11. ret