Minor fix for uc_ctl
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user