This commit is contained in:
lazymio 2021-10-31 21:07:30 +01:00
parent 84abf1d3a4
commit b07baede63
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

2
uc.c
View File

@ -644,7 +644,7 @@ uc_err uc_emu_start(uc_engine *uc, uint64_t begin, uint64_t until,
if (begin == until) {
return UC_ERR_OK;
}
switch (uc->arch) {
default:
break;