stratosphere: TODO: panic -> std::abort()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user