Blame src/internal/nolibc/nt32/toksvc_compiler.asm

ca007d
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ca007d
;;  toksvc: a framework-native token broker service     ;;
ca007d
;;  Copyright (C) 2020  Z. Gilboa                       ;;
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
TITLE __psx_compiler
ca007d
ca007d
.model flat
ca007d
.code
ca007d
ca007d
___chkstk PROC EXPORT
ca007d
	ret
ca007d
___chkstk ENDP
ca007d
ca007d
END