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