Blob Blame History Raw
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;  ptycon: a pty-console bridge                        ;;
;;  Copyright (C) 2016--2017  SysDeer Technologies, LLC ;;
;;  Released under GPLv2 and GPLv3; see COPYING.PTYCON. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; ___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.

TITLE __psx_compiler

.code

__chkstk PROC EXPORT
	ret
__chkstk ENDP

END