blob: b9b0bd3356413024fb67582a9875ef3b9d597355 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ntux: native translation und extension ;;
;; Copyright (C) 2016--2018 Z. Gilboa ;;
;; Released under GPLv2 and GPLv3; see COPYING.NTUX. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ___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
|