Mark user mode threads as not yet supported

此提交包含在:
2023-11-15 20:41:28 +01:00
父節點 35aa26e0e9
當前提交 5b6f3b0244
共有 2 個檔案被更改,包括 6 行新增0 行删除

查看文件

@@ -51,6 +51,9 @@ KepInitializeThreadContext(IN PKTHREAD Thread,
/* Check if context provided for this thread */
if(ContextRecord)
{
/* User mode thread needs further initialization, this is not completed */
UNIMPLEMENTED;
/* Fill trap frame with zeroes */
RtlZeroMemory(&ThreadFrame->TrapFrame, sizeof(KTRAP_FRAME));