Format code

This commit is contained in:
Mio
2022-07-23 19:27:37 +08:00
parent c7ff9d66cf
commit d6d57834b0
2 changed files with 6 additions and 5 deletions

View File

@@ -1120,7 +1120,8 @@ static void test_x86_invalid_vex_l(void)
OK(uc_mem_write(uc, 0, code, sizeof(code) / sizeof(code[0]))); OK(uc_mem_write(uc, 0, code, sizeof(code) / sizeof(code[0])));
uc_assert_err(UC_ERR_INSN_INVALID, uc_emu_start(uc, 0, sizeof(code) / sizeof(code[0]), 0, 0)); uc_assert_err(UC_ERR_INSN_INVALID,
uc_emu_start(uc, 0, sizeof(code) / sizeof(code[0]), 0, 0));
OK(uc_close(uc)); OK(uc_close(uc));
} }