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

ca007d
###########################################################
ca007d
##  toksvc: a framework-native token broker service      ##
d91fa0
##  Copyright (C) 2020  SysDeer Technologies, LLC        ##
ca007d
##  Released under GPLv2 and GPLv3; see COPYING.TOKSVC.  ##
ca007d
###########################################################
ca007d
ca007d
# ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
ca007d
# and are provided here in the form of no-op functions in order to satisfy
ca007d
# compiler-generated dependencies.
ca007d
ca007d
.section .text
ca007d
ca007d
.global _pei386_runtime_relocator
ca007d
.global ___chkstk_ms
ca007d
ca007d
_pei386_runtime_relocatorr:
ca007d
	ret
ca007d
ca007d
___chkstk_ms:
ca007d
	ret