mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[NTOS:KE] Test spinlock ownership on both UP & MP build
There is no reason not to, and this avoids introducing bugs stupidly.
This commit is contained in:
parent
835c30232e
commit
f30136bc79
5 changed files with 62 additions and 49 deletions
|
@ -9,6 +9,7 @@ list(APPEND LIBCNTPR_SOURCE
|
|||
mem/memccpy.c
|
||||
mem/memcmp.c
|
||||
mem/memicmp.c
|
||||
mem/memset.c
|
||||
misc/fltused.c
|
||||
printf/_snprintf.c
|
||||
printf/_snwprintf.c
|
||||
|
@ -186,7 +187,7 @@ if(ARCH STREQUAL "i386")
|
|||
list(APPEND LIBCNTPR_ASM_SOURCE
|
||||
mem/i386/memchr_asm.s
|
||||
mem/i386/memmove_asm.s
|
||||
mem/i386/memset_asm.s
|
||||
# mem/i386/memset_asm.s
|
||||
string/i386/strcat_asm.s
|
||||
string/i386/strchr_asm.s
|
||||
string/i386/strcmp_asm.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue