Blame src/internal/nolibc/nt64/ptyc_compiler.s

0efa8c
###########################################################
0efa8c
##  ptycon: a pty-console bridge                         ##
f25e99
##  Copyright (C) 2016--2017  SysDeer Technologies, LLC  ##
0efa8c
##  Released under GPLv2 and GPLv3; see COPYING.PTYCON.  ##
0efa8c
###########################################################
0efa8c
0efa8c
# ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
0efa8c
# and are provided here in the form of no-op functions in order to satisfy
0efa8c
# compiler-generated dependencies.
0efa8c
0efa8c
.section .text
0efa8c
0efa8c
.global _pei386_runtime_relocator
0efa8c
.global ___chkstk_ms
0efa8c
0efa8c
_pei386_runtime_relocatorr:
0efa8c
	ret
0efa8c
0efa8c
___chkstk_ms:
0efa8c
	ret