We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c688ba commit 80f0dacCopy full SHA for 80f0dac
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%llX) = 0x%llX", out->name,
+ "OUT_REG(%s, 0x%lX) = 0x%lX", out->name,
65
out->value, value);
66
} else {
67
uint32_t value = 0;
0 commit comments