diff options
author | midipix <writeonce@midipix.org> | 2016-06-28 03:44:24 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-06-28 03:44:24 -0400 |
commit | 6d8c0da7196187dabb45bb61b6098ee99177fede (patch) | |
tree | 39c94d1b6e69028fda25396b06e63d1dfe620311 /crt/nt32 | |
parent | 5b39d1dceeb94c7622001caed536bf321d61036e (diff) | |
download | mmglue-6d8c0da7196187dabb45bb61b6098ee99177fede.tar.bz2 mmglue-6d8c0da7196187dabb45bb61b6098ee99177fede.tar.xz |
toolchain: moved ___chkstk_ms() to crtn.s.
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 |