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 ae06c2b commit 696b8b7Copy full SHA for 696b8b7
src/unix/notbsd/linux/other/b32/x86.rs
@@ -777,7 +777,7 @@ pub const REG_EIP: ::c_int = 14;
777
pub const REG_CS: ::c_int = 15;
778
pub const REG_EFL: ::c_int = 16;
779
pub const REG_UESP: ::c_int = 17;
780
-pub const REG_S: ::c_int = 18;
+pub const REG_SS: ::c_int = 18;
781
782
extern {
783
pub fn getcontext(ucp: *mut ucontext_t) -> ::c_int;
0 commit comments