Write zero in attr->pad (sys_memory_get_page_attribute)

Its included in lv2 as well.
This commit is contained in:
Eladash 2019-08-10 15:57:33 +03:00 committed by Ivan
parent 25e47e0de0
commit 94d33003a3
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ error_code sys_memory_get_page_attribute(u32 addr, vm::ptr<sys_page_attr_t> attr
attr->page_size = 4096;
}
attr->pad = 0; // Always write 0
return CELL_OK;
}