VideoCore: Extra Fixes.
This commit is contained in:
parent
feb49c822d
commit
6fc4012396
3 changed files with 5 additions and 3 deletions
|
@ -755,7 +755,7 @@ bool IsValidEntry(const Tegra::MemoryManager& gpu_memory, const TICEntry& config
|
|||
if (address == 0) {
|
||||
return false;
|
||||
}
|
||||
if (address > (1ULL << 48)) {
|
||||
if (address >= (1ULL << 40)) {
|
||||
return false;
|
||||
}
|
||||
if (gpu_memory.GpuToCpuAddress(address).has_value()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue