summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nt32/syscall.s
blob: 28c3454b5f098fcd9f67d01058fedd998d0276e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
############################################################################
##  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
.global	___syscall
.def	___syscall; .scl 2; .type 32; .endef

___syscall:
	jmp	___syscall_disp

        .section .got$___syscall
        .global __imp____syscall
__imp____syscall:
        .long   ___syscall
        .linkonce discard