Skip to content

Commit 9883697

Browse files
committed
Fix rip and rdp types in user_fpregs_struct
1 parent a3f8a18 commit 9883697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/linux_like/linux/musl/b64/x86_64.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ s_no_extra_traits!{
122122
pub swd: ::c_ushort,
123123
pub ftw: ::c_ushort,
124124
pub fop: ::c_ushort,
125-
pub rip: ::c_ulonglong,
126-
pub rdp: ::c_ulonglong,
125+
pub rip: ::c_ulong,
126+
pub rdp: ::c_ulong,
127127
pub mxcsr: ::c_uint,
128128
pub mxcr_mask: ::c_uint,
129129
pub st_space: [::c_uint; 32],

0 commit comments

Comments
 (0)