Rename KIRQL to KRUNLEVEL type

This commit is contained in:
2023-11-25 00:32:55 +01:00
父節點 236927fba0
當前提交 55cc62f5a0
共有 8 個文件被更改,包括 13 次插入13 次删除

查看文件

@@ -470,7 +470,7 @@ typedef struct _KPROCESSOR_BLOCK
THREAD_INFORMATION_BLOCK ThreadInformationBlock;
PKPROCESSOR_BLOCK Self;
PKPROCESSOR_CONTROL_BLOCK CurrentPrcb;
KIRQL Irql;
KRUNLEVEL RunLevel;
PKIDTENTRY IdtBase;
PKGDTENTRY GdtBase;
PKTSS TssBase;