Add uc_ctl_get/set_tcg_buffer_size

This commit is contained in:
mio
2023-06-10 16:08:29 +02:00
parent 5057f9925b
commit 3145e3c426
5 changed files with 28 additions and 3 deletions

View File

@@ -400,6 +400,7 @@ struct uc_struct {
FlatView *empty_view; // Static function variable moved from flatviews_init
uint64_t tcg_buffer_size; // The buffer size we are going to use
#ifdef WIN32
PVOID seh_handle;
void* seh_closure;