reactos/sdk/lib/rtl/amd64
Timo Kreuzer b6987d1463 [RTL/x64] Remove an ASSERT in RtlpTryToUnwindEpilog
This can fail on optimized builds, where functions can end after a noreturn function call without an epilog / ret, but with an int 3. We simply fail gracefully, which is the right thing to do.
2024-04-05 18:18:45 +02:00
..
debug_asm.S
dynfntbl.c [RTL] Implement dynamic function tables for x64 2022-06-25 21:45:47 +02:00
except.c [RTL/x64] Fix a typo RtplUnwindInternal -> RtlpUnwindInternal (#3912) 2021-08-16 04:23:02 +03:00
except_asm.S [RTL/x64] Implement RtlRestoreContext 2021-05-29 21:20:48 +02:00
rtlmem.S
slist.S [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
stubs.c [NTOS][RTL] Initialize MxCsr where missing 2022-08-22 11:22:08 +02:00
unwind.c [RTL/x64] Remove an ASSERT in RtlpTryToUnwindEpilog 2024-04-05 18:18:45 +02:00