Fix a warning
This commit is contained in:
@@ -61,7 +61,7 @@ static void QuickTest_run(QuickTest *test)
|
|||||||
uint64_t value = 0;
|
uint64_t value = 0;
|
||||||
OK(uc_reg_read(uc, out->reg, &value));
|
OK(uc_reg_read(uc, out->reg, &value));
|
||||||
acutest_check_(value == out->value, out->file, out->line,
|
acutest_check_(value == out->value, out->file, out->line,
|
||||||
"OUT_REG(%s, 0x%lX) = 0x%lX", out->name,
|
"OUT_REG(%s, 0x%" PRIx64 ") = 0x%"PRIx64"", out->name,
|
||||||
out->value, value);
|
out->value, value);
|
||||||
} else {
|
} else {
|
||||||
uint32_t value = 0;
|
uint32_t value = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user