mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
![]() - 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) |
||
---|---|---|
.. | ||
boot.S | ||
context.c | ||
cpu.c | ||
ctxswitch.S | ||
except.c | ||
interrupt.c | ||
irql.c | ||
kiinit.c | ||
krnlinit.c | ||
spinlock.c | ||
stubs.c | ||
thrdini.c | ||
trap.S | ||
usercall.c | ||
usercall_asm.S |