summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nolibc/nt32/ntux_compiler.s
blob: ff2356efe8c3c0a182d13aac242b72f2315013fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
############################################################
##  ntux: native translation und extension                ##
##  Copyright (C) 2016--2021  Z. Gilboa                   ##
##  Released under GPLv2 and GPLv3; see COPYING.NTUX.     ##
############################################################

# ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
# and are provided here in the form of no-op functions in order to satisfy
# compiler-generated dependencies.

.section .text

.global _pei386_runtime_relocator
.global ___chkstk_ms

_pei386_runtime_relocatorr:
	ret

___chkstk_ms:
	ret