blob: 1f98c0a2357069b3653ff148696e8dfecd1c86dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
############################################################################
## mmglue: midipix architecture- and target-specific bits for musl libc ##
## Copyright (C) 2013--2023 SysDeer Technologies, LLC ##
## Released under the Standard MIT License; see COPYING.MMGLUE. ##
############################################################################
.text
.def __stdio_exit_needed; .scl 2; .type 32; .endef
.globl __stdio_exit_needed
__stdio_exit_needed:
jmp __stdio_exit
|