Skip to content

Commit

Permalink
Fix rip and rdp types in user_fpregs_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwendholt committed Aug 23, 2019
1 parent a3f8a18 commit 9883697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/linux_like/linux/musl/b64/x86_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ s_no_extra_traits!{
pub swd: ::c_ushort,
pub ftw: ::c_ushort,
pub fop: ::c_ushort,
pub rip: ::c_ulonglong,
pub rdp: ::c_ulonglong,
pub rip: ::c_ulong,
pub rdp: ::c_ulong,
pub mxcsr: ::c_uint,
pub mxcr_mask: ::c_uint,
pub st_space: [::c_uint; 32],
Expand Down

0 comments on commit 9883697

Please sign in to comment.