mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
e3825569ca58b469364e30a104c222575bd9d192
Finally, use the correct implementation for RtlAssert(). In testbots, the behavior will be the following: On prompt, sysreg will always issue a 'break once' instruction. In umode, where kdbg isn't instructed to handle breakpoint, this will lead to application being killed. With a lot of noise. This matches previous behavior. In kmode, where kdbg handles breakpoints, sysreg2 will ask for a bt and will reboot the VM. As it was done previously. The testbots already have the newest available sysreg2 revision. This was made possible thanks to the help of Stefan and Thomas. It was also made possible thanks to the commits: - in trunk: r68899, r68905, r68917 - in project-tools: r2074, r2232 CORE-10088 #resolve #comment Fixed with r68918 svn path=/trunk/; revision=68918
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%