Skip to content
Snippets Groups Projects
Commit 98836972 authored by Logan Wendholt's avatar Logan Wendholt
Browse files

Fix rip and rdp types in user_fpregs_struct

parent a3f8a184
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment