diff options
Diffstat (limited to 'crt/nt64')
-rw-r--r-- | crt/nt64/crtn.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crt/nt64/crtn.s b/crt/nt64/crtn.s index 5259fd7..bb31c67 100644 --- a/crt/nt64/crtn.s +++ b/crt/nt64/crtn.s @@ -1,4 +1,9 @@ .text + +.globl ___chkstk_ms +___chkstk_ms: + ret + .globl _pei386_runtime_relocator _pei386_runtime_relocator: ret |