ams: support building unit test programs on windows/linux/macos
This commit is contained in:
@@ -112,7 +112,7 @@ namespace ams::htc::server::rpc {
|
||||
std::scoped_lock lk(m_mutex);
|
||||
|
||||
/* Allocate a free task id. */
|
||||
u32 task_id;
|
||||
u32 task_id{};
|
||||
R_TRY(m_task_id_free_list.Allocate(std::addressof(task_id)));
|
||||
|
||||
/* Create the new task. */
|
||||
|
||||
Reference in New Issue
Block a user