Skip to content

Commit 80f0dac

Browse files
committed
Fix warning
1 parent 2c688ba commit 80f0dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_x86.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static void QuickTest_run(QuickTest *test)
6161
uint64_t value = 0;
6262
OK(uc_reg_read(uc, out->reg, &value));
6363
acutest_check_(value == out->value, out->file, out->line,
64-
"OUT_REG(%s, 0x%llX) = 0x%llX", out->name,
64+
"OUT_REG(%s, 0x%lX) = 0x%lX", out->name,
6565
out->value, value);
6666
} else {
6767
uint32_t value = 0;

0 commit comments

Comments
 (0)