Skip to content

Commit

Permalink
wrong type for cs_arbytes
Browse files Browse the repository at this point in the history
  • Loading branch information
IridiumXOR authored Nov 16, 2023
1 parent 290ab42 commit 1688c5e
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 1688c5e

Please sign in to comment.