Blob Blame History Raw
###########################################################
##  toksvc: a framework-native token broker service      ##
##  Copyright (C) 2020  SysDeer Technologies, LLC        ##
##  Released under GPLv2 and GPLv3; see COPYING.TOKSVC.  ##
###########################################################

# ___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