Add uc_ctl_get/set_tcg_buffer_size
We still need this API because the virtual memory address space of 32 bits os is only 4GB and we default need 1G per instance Credits to @ZehMatt for original idea Co-authored-by: ζeh Matt <5415177+ZehMatt@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
struct uc_struct;
|
||||
|
||||
void tcg_exec_init(struct uc_struct *uc, unsigned long tb_size);
|
||||
void tcg_exec_init(struct uc_struct *uc, uint32_t tb_size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user