Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 24s

This commit is contained in:
SDK-Chan 2025-08-25 17:25:40 +02:00 committed by crueter
parent ea127e719b
commit 69bc01f47d

View file

@ -220,7 +220,6 @@ void nvhost_gpu::PostErrorNotification(u32 info32, u16 info16, NotifierStatus st
return;
}
auto handle = nvmap.GetHandle(static_cast<NvCore::NvMap::Handle::Id>(error_notifier_params.mem));
if (!handle || !handle->address) return;