mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 18:10:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -10,7 +10,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
||||
|
||||
public KTlsPageInfo(ulong pageAddress)
|
||||
{
|
||||
this.PageAddr = pageAddress;
|
||||
PageAddr = pageAddress;
|
||||
|
||||
_isSlotFree = new bool[KMemoryManager.PageSize / TlsEntrySize];
|
||||
|
||||
|
Reference in New Issue
Block a user