mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-07 07:59:27 +02:00
libstrat: TODO: panic -> std::abort()
This commit is contained in:
parent
e8707a6581
commit
8ec43f0d69
@ -84,7 +84,7 @@ class ManagedPortServer : public IServer<T, MakeShared> {
|
||||
public:
|
||||
ManagedPortServer(const char *service_name, unsigned int max_s) : IServer<T, MakeShared>(max_s) {
|
||||
if (R_FAILED(svcManageNamedPort(&this->port_handle, service_name, this->max_sessions))) {
|
||||
/* TODO: panic */
|
||||
std::abort();
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user