We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f8a18 commit 9883697Copy full SHA for 9883697
src/unix/linux_like/linux/musl/b64/x86_64.rs
@@ -122,8 +122,8 @@ s_no_extra_traits!{
122
pub swd: ::c_ushort,
123
pub ftw: ::c_ushort,
124
pub fop: ::c_ushort,
125
- pub rip: ::c_ulonglong,
126
- pub rdp: ::c_ulonglong,
+ pub rip: ::c_ulong,
+ pub rdp: ::c_ulong,
127
pub mxcsr: ::c_uint,
128
pub mxcr_mask: ::c_uint,
129
pub st_space: [::c_uint; 32],
0 commit comments