Skip to content

Commit dfc66b9

Browse files
authored
Merge pull request #87 from IridiumXOR/cs_arbytes
wrong type for cs_arbytes
2 parents 990bece + 7098de4 commit dfc66b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libvmi/libvmi_cdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ typedef struct x86_regs {
302302
uint64_t msr_lstar;
303303
uint64_t fs_base;
304304
uint64_t gs_base;
305-
uint32_t cs_arbytes;
305+
uint64_t cs_arbytes;
306306
...;
307307
} x86_registers_t;
308308

0 commit comments

Comments
 (0)