Skip to content

Commit

Permalink
Merge pull request #87 from IridiumXOR/cs_arbytes
Browse files Browse the repository at this point in the history
wrong type for cs_arbytes
  • Loading branch information
Wenzel authored Dec 5, 2023
2 parents 990bece + 7098de4 commit dfc66b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvmi/libvmi_cdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ typedef struct x86_regs {
uint64_t msr_lstar;
uint64_t fs_base;
uint64_t gs_base;
uint32_t cs_arbytes;
uint64_t cs_arbytes;
...;
} x86_registers_t;

Expand Down

0 comments on commit dfc66b9

Please sign in to comment.