Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
This commit is contained in:
parent
610383262d
commit
02c98ec5e2
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ void nvhost_gpu::PostErrorNotification(u32 info32, u16 info16, NotifierStatus st
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
auto handle = nvmap.GetHandle(static_cast<NvCore::NvMap::Handle::Id>(error_notifier_params.mem));
|
auto handle = nvmap.GetHandle(static_cast<NvCore::NvMap::Handle::Id>(error_notifier_params.mem));
|
||||||
if (!handle || !handle->address) return;
|
if (!handle || !handle->address) return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue