summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nolibc/nt32/ptyc_compiler.asm
blob: 68cd871b52c2c1ae7e15090adbdcfd685053eecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;  ptycon: a pty-console bridge                        ;;
;;  Copyright (C) 2016  Z. Gilboa                       ;;
;;  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

.model flat
.code

___chkstk PROC EXPORT
	ret
___chkstk ENDP

END