Explorar o código

hle: kernel: KServerSession: Use ASSERT_MSG where appropriate.

bunnei %!s(int64=5) %!d(string=hai) anos
pai
achega
9db569b2d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/kernel/k_server_session.cpp

+ 1 - 1
src/core/hle/kernel/k_server_session.cpp

@@ -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;