Minor fix for uc_ctl

This commit is contained in:
lazymio
2021-11-08 20:40:02 +01:00
parent 06f454d513
commit e836b62e01
3 changed files with 8 additions and 5 deletions

View File

@ -118,7 +118,7 @@ void test_uc_ctl_exits()
}
// Enable multiple exits.
err = uc_ctl_exits_enabled(uc, true);
err = uc_ctl_exits_enable(uc);
if (err) {
printf("Failed on uc_ctl() with error returned: %u\n", err);
return;