Blame src/internal/nolibc/nt32/ntux_compiler.s

26e14f
############################################################
26e14f
##  ntux: native translation und extension                ##
47596e
##  Copyright (C) 2016--2021  Z. Gilboa                   ##
26e14f
##  Released under GPLv2 and GPLv3; see COPYING.NTUX.     ##
26e14f
############################################################
26e14f
26e14f
# ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
26e14f
# and are provided here in the form of no-op functions in order to satisfy
26e14f
# compiler-generated dependencies.
26e14f
26e14f
.section .text
26e14f
26e14f
.global _pei386_runtime_relocator
26e14f
.global ___chkstk_ms
26e14f
26e14f
_pei386_runtime_relocatorr:
26e14f
	ret
26e14f
26e14f
___chkstk_ms:
26e14f
	ret