Skip to content

Commit 81a04e2

Browse files
committed
Fix incorret register size
1 parent ed5d47b commit 81a04e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ static void test_x86_vtlb(void)
16441644
static void test_x86_segmentation(void)
16451645
{
16461646
uc_engine *uc;
1647-
uint64_t fs = 0x53;
1647+
uint16_t fs = 0x53;
16481648
uc_x86_mmr gdtr = {0, 0xfffff8076d962000, 0x57, 0};
16491649

16501650
OK(uc_open(UC_ARCH_X86, UC_MODE_64, &uc));

0 commit comments

Comments
 (0)