mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
stratosphere: TODO: panic -> std::abort()
This commit is contained in:
parent
41f5b39f6b
commit
03a425a579
7 changed files with 8 additions and 12 deletions
|
@ -73,7 +73,7 @@ class AutoCloseMap {
|
|||
void Close() {
|
||||
if (this->mapped_address) {
|
||||
if (R_FAILED(svcUnmapProcessMemory(this->mapped_address, this->process_handle, this->base_address, this->size))) {
|
||||
/* TODO: panic(). */
|
||||
std::abort();
|
||||
}
|
||||
this->mapped_address = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue