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

26e14f
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26e14f
;;  ntux: native translation und extension              ;;
47596e
;;  Copyright (C) 2016--2021  Z. Gilboa                 ;;
26e14f
;;  Released under GPLv2 and GPLv3; see COPYING.NTUX.   ;;
26e14f
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26e14f
26e14f
; ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
26e14f
; and are provided here in the form of no-op functions in order to satisfy
26e14f
; compiler-generated dependencies.
26e14f
26e14f
TITLE __psx_compiler
26e14f
26e14f
.code
26e14f
26e14f
__chkstk PROC EXPORT
26e14f
	ret
26e14f
__chkstk ENDP
26e14f
26e14f
END