Correct TLS object save stating.
This commit is contained in:
parent
40877cf813
commit
7cffcd2773
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ struct TLS : public KernelObject
|
|||
const char *GetName() {return ntls.name;}
|
||||
const char *GetTypeName() {return "TLS";}
|
||||
static u32 GetMissingErrorCode() { return PSP_ERROR_UNKNOWN_TLS_ID; }
|
||||
int GetIDType() const { return SCE_KERNEL_TMID_Vpl; }
|
||||
int GetIDType() const { return SCE_KERNEL_TMID_Tls; }
|
||||
|
||||
TLS() : next(0) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue