Remove unused mmio

This commit is contained in:
2022-06-01 23:43:53 +02:00
parent e3613a9f59
commit 739fa45f50

1
uc.c
View File

@@ -1366,7 +1366,6 @@ uc_err uc_mem_protect(struct uc_struct *uc, uint64_t address, size_t size,
uint64_t addr = address; uint64_t addr = address;
uint64_t pc; uint64_t pc;
size_t count, len; size_t count, len;
mmio_cbs *mmio;
bool remove_exec = false; bool remove_exec = false;
UC_INIT(uc); UC_INIT(uc);