Remove redundant printf

This commit is contained in:
mio 2023-03-12 20:28:01 +01:00
parent b7b1a4d6b4
commit 11fcbad9ff
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -309,7 +309,6 @@ static void test_uc_emu_stop_set_ip_callback(uc_engine *uc, uint64_t address, ui
uint64_t rip = code_start + 0xb;
if (address == code_start + 0x7) {
printf("stoping\n");
uc_emu_stop(uc);
uc_reg_write(uc, UC_X86_REG_RIP, &rip);
}