[Codacy] Fixed some issues found by codacy.
Added skipping shaders directory in scan
This commit is contained in:
@@ -1213,7 +1213,7 @@ void KernelState::InitializeKernelGuestGlobals() {
|
||||
|
||||
KernelGuestGlobals* block =
|
||||
memory_->TranslateVirtual<KernelGuestGlobals*>(kernel_guest_globals_);
|
||||
memset(block, 0, sizeof(block));
|
||||
memset(block, 0, sizeof(KernelGuestGlobals));
|
||||
|
||||
auto idle_process = memory()->TranslateVirtual<X_KPROCESS*>(GetIdleProcess());
|
||||
InitializeProcess(idle_process, X_PROCTYPE_IDLE, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user