Format code

This commit is contained in:
mio
2025-02-17 20:17:10 +08:00
parent 0c6f7c60d5
commit c97449869d
7 changed files with 39 additions and 33 deletions

View File

@@ -300,7 +300,7 @@ static void test_arm64_block_sync_pc_cb(uc_engine *uc, uint64_t addr,
uint32_t size, void *data)
{
uint64_t pc;
OK(uc_reg_read(uc, UC_ARM64_REG_PC, (void*)&pc));
OK(uc_reg_read(uc, UC_ARM64_REG_PC, (void *)&pc));
TEST_CHECK(pc == addr);
uint64_t val = code_start;
bool first = *(bool *)data;