mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
move chkstk.s from ntdll to rtl because _alloca_probe needs to be exported by ntoskrnl as well
svn path=/trunk/; revision=14379
This commit is contained in:
parent
7c238e511f
commit
911b9d27ae
4 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,6 @@ RTL_I386_OBJECTS = \
|
|||
rtl/i386/aulldiv.o \
|
||||
rtl/i386/aullrem.o \
|
||||
rtl/i386/aullshr.o \
|
||||
rtl/i386/chkstk.o \
|
||||
rtl/i386/float.o \
|
||||
rtl/i386/ftol.o
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ TARGET_OBJECTS = \
|
|||
unicode.o \
|
||||
unicodeprefix.o \
|
||||
version.o \
|
||||
i386/chkstk.o \
|
||||
i386/exception.o \
|
||||
i386/except.o
|
||||
|
||||
|
|
|
@ -1400,6 +1400,7 @@ ZwYieldExecution@0
|
|||
_abnormal_termination
|
||||
_alldiv
|
||||
_allmul
|
||||
_alloca_probe
|
||||
_allrem
|
||||
_allshl
|
||||
_allshr
|
||||
|
|
Loading…
Reference in a new issue