summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nt32/syscall.s
blob: b8b308e6d0439cb4639ac63e222b02830ed9482b (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 GPLv2 and GPLv3; 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