This commit is contained in:
lazymio
2021-11-04 18:39:52 +01:00
parent ebe1f83293
commit 3aa2788586
2 changed files with 4 additions and 3 deletions

2
uc.c
View File

@ -1969,7 +1969,7 @@ uc_err uc_ctl(uc_engine *uc, uc_control_type control, ...)
case UC_CTL_UC_PAGE_SIZE: {
if (rw == UC_CTL_IO_READ) {
UC_INIT(uc);
uint32_t *page_size = va_arg(args, uint32_t *);