hle: kernel: KServerSession: Use ASSERT_MSG where appropriate.
This commit is contained in:
parent
ada4242c01
commit
9db569b2d9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ ResultCode KServerSession::QueueSyncRequest(KThread* thread, Core::Memory::Memor
|
|||
strong_ptr->QueueSyncRequest(*parent, std::move(context));
|
||||
return ResultSuccess;
|
||||
} else {
|
||||
ASSERT(false, "strong_ptr was nullptr!");
|
||||
ASSERT_MSG(false, "strong_ptr was nullptr!");
|
||||
}
|
||||
|
||||
return ResultSuccess;
|
||||
|
|
Loading…
Reference in a new issue