mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -1103,7 +1103,7 @@ namespace vm
|
|||
// Fill stack guards with STACKGRD
|
||||
if (this->flags & 0x10)
|
||||
{
|
||||
auto fill64 = [](u8* ptr, u64 data, std::size_t count)
|
||||
auto fill64 = [](u8* ptr, u64 data, usz count)
|
||||
{
|
||||
u64* target = reinterpret_cast<u64*>(ptr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue