reactos/sdk
Timo Kreuzer a016ccd117 [NTOS:KE:X64][ASM:X64] Fix delivery of APCs
- Deliver pending APCs on trap exit
- Pass the trapframe of KiApcInterrupt to KiDeliverApcs, not NULL.
- Fix parameter passing from KiSwapContext to KiSwapContextInternal and KiSwapContextResume, so that the ApcBypass parameter is not uninitialized
- Fix return value of KiSwapContextResume to correctly indicate whether we want to have APCs directly delivered or not (when there are non, or when delivery is suppressed)
2020-10-31 14:23:16 +01:00
..
cmake [CMAKE] MSVC RUNTIME_CHECKS is a 'Debug'-only feature 2020-10-24 04:28:16 +03:00
include [NTOS:KE:X64][ASM:X64] Fix delivery of APCs 2020-10-31 14:23:16 +01:00
lib [CMAKE] Use an INTERFACE library to perform the msvcrt <-> msvcrtex binding 2020-10-22 18:07:27 +02:00
tools Apply suggestions from code review 2020-10-20 21:44:54 +02:00