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

dcdb27
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
dcdb27
;;  ptycon: a pty-console bridge                        ;;
1f983d
;;  Copyright (C) 2016--2017  Z. Gilboa                 ;;
dcdb27
;;  Released under GPLv2 and GPLv3; see COPYING.PTYCON. ;;
dcdb27
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
dcdb27
dcdb27
; ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
dcdb27
; and are provided here in the form of no-op functions in order to satisfy
dcdb27
; compiler-generated dependencies.
dcdb27
dcdb27
TITLE __psx_compiler
dcdb27
dcdb27
.code
dcdb27
dcdb27
__chkstk PROC EXPORT
dcdb27
	ret
dcdb27
__chkstk ENDP
dcdb27
dcdb27
END