We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c57a8 commit a0fa2c1Copy full SHA for a0fa2c1
tests/unit/test_x86.c
@@ -61,7 +61,7 @@ static void QuickTest_run(QuickTest *test)
61
uint64_t value = 0;
62
OK(uc_reg_read(uc, out->reg, &value));
63
acutest_check_(value == out->value, out->file, out->line,
64
- "OUT_REG(%s, 0x%lX) = 0x%lX", out->name,
+ "OUT_REG(%s, 0x%" PRIx64 ") = 0x%"PRIx64"", out->name,
65
out->value, value);
66
} else {
67
uint32_t value = 0;
0 commit comments