Revert "Add uc_ctl_get/set_tcg_buffer_size"

This reverts commit 3145e3c426 because not
properly co-authoer-ed.
This commit is contained in:
mio
2023-06-10 23:29:56 +02:00
parent 3145e3c426
commit f8c7969d65
5 changed files with 3 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ int machine_initialize(struct uc_struct *uc)
uc->target_page(uc);
/* Init tcg. use DEFAULT_CODE_GEN_BUFFER_SIZE. */
uc->tcg_exec_init(uc, uc->tcg_buffer_size);
uc->tcg_exec_init(uc, 0);
/* Init cpu. use default cpu_model. */
return uc->cpus_init(uc, NULL);