mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
mesosphere: ResultNotPermitted -> ResultInvalidState
This commit is contained in:
parent
a035be66bd
commit
08970a82ea
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ DEFINE_RESULT(Kernel, NotFound, 121);
|
|||
DEFINE_RESULT(Kernel, AlreadyExists, 122);
|
||||
DEFINE_RESULT(Kernel, ConnectionClosed, 123);
|
||||
DEFINE_RESULT(Kernel, UnhandledUserInterrupt, 124);
|
||||
DEFINE_RESULT(Kernel, NotPermitted, 125);
|
||||
DEFINE_RESULT(Kernel, InvalidState, 125);
|
||||
DEFINE_RESULT(Kernel, ReservedValue, 126);
|
||||
DEFINE_RESULT(Kernel, InvalidHwBreakpoint, 127);
|
||||
DEFINE_RESULT(Kernel, FatalUserException, 128);
|
||||
|
|
Loading…
Reference in a new issue