Format code
This commit is contained in:
3
uc.c
3
uc.c
@@ -2837,7 +2837,8 @@ static uc_err uc_restore_latest_snapshot(struct uc_struct *uc)
|
||||
subregions_link, subregion_next)
|
||||
{
|
||||
uc->memory_filter_subregions(subregion, uc->snapshot_level);
|
||||
if (subregion->priority >= uc->snapshot_level || (!subregion->terminates && QTAILQ_EMPTY(&subregion->subregions))) {
|
||||
if (subregion->priority >= uc->snapshot_level ||
|
||||
(!subregion->terminates && QTAILQ_EMPTY(&subregion->subregions))) {
|
||||
uc->memory_unmap(uc, subregion);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user