mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 00:30:10 +08:00
KiGetFeatureBits() is now being called in the early boot phase 0 when the Kernel Debugger is not yet initialized, so debug prints are not available here. Move the debug prints into a new function and call it at the right time. CORE-18023