Skip to content

Commit

Permalink
utils::shm: Hotfix after #9578
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Nekotekina committed Jan 12, 2021
1 parent c50b9bc commit 923fcc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpcs3/util/vm_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ namespace utils
// Mapped already, nothing to do.
this->unmap(mapped);
}
else
{
ptr = mapped;
}
}

return static_cast<u8*>(ptr);
Expand Down

0 comments on commit 923fcc3

Please sign in to comment.