Write zero in attr->pad (sys_memory_get_page_attribute)
Its included in lv2 as well.
This commit is contained in:
@@ -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->page_size = 4096;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
attr->pad = 0; // Always write 0
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user