+ reference the stack segment generated by the compiler from the win16 startup

code, so the linker is able to link the object module containing it

git-svn-id: trunk@31551 -
This commit is contained in:
nickysn 2015-09-06 13:20:58 +00:00
parent dbd7c05bef
commit a05c304f87

View File

@ -32,6 +32,7 @@
extern __fpc_HInstance
extern __fpc_HPrevInst
extern __fpc_SelectorInc
extern ___stack
extern InitTask
import InitTask KERNEL
@ -127,6 +128,6 @@ pStackBot: dw 0
segment _STACK stack class=STACK align=16
segment stack stack class=STACK align=16
group DGROUP _DATA _STACK
group DGROUP _DATA stack