Skip to content

Commit

Permalink
update test_x86.c for build on win
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 7, 2024
1 parent 80e12e0 commit 01c51fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ static void test_x86_64_unaligned_access(void){
TEST_CHECK(read_log[0].size == 8);
TEST_CHECK(read_log[1].size == 0);

u_int64_t b;
uint64_t b;
OK(uc_mem_read(uc, 0x2fffff, &b, 8));
TEST_CHECK(b == 0x2fffff);

Expand Down

0 comments on commit 01c51fd

Please sign in to comment.