implement uc_mem_unmap with snapshots
still has todos and need tests
This commit is contained in:
@@ -130,6 +130,8 @@ static inline void uc_common_init(struct uc_struct* uc)
|
||||
uc->memory_map = memory_map;
|
||||
uc->memory_map_ptr = memory_map_ptr;
|
||||
uc->memory_unmap = memory_unmap;
|
||||
uc->memory_moveout = memory_moveout;
|
||||
uc->memory_movein = memory_movein;
|
||||
uc->readonly_mem = memory_region_set_readonly;
|
||||
uc->target_page = target_page_init;
|
||||
uc->softfloat_initialize = softfloat_init;
|
||||
|
||||
Reference in New Issue
Block a user