File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ pub(crate) const _ALIGNBYTES: usize = size_of::<c_longlong>() - 1;
77
88pub const PT_GETREGS : c_int = PT_FIRSTMACH + 1 ;
99pub const PT_SETREGS : c_int = PT_FIRSTMACH + 2 ;
10- pub const PT_GETFPREGS : c_int = PT_FIRSTMACH + 3 ;
11- pub const PT_SETFPREGS : c_int = PT_FIRSTMACH + 4 ;
10+ pub const PT_GETFPREGS : c_int = PT_FIRSTMACH + 5 ;
11+ pub const PT_SETFPREGS : c_int = PT_FIRSTMACH + 6 ;
1212
1313pub const _REG_R0: c_int = 0 ;
1414pub const _REG_R1: c_int = 1 ;
@@ -61,10 +61,10 @@ pub const _REG_X30: c_int = 30;
6161pub const _REG_X31: c_int = 31 ;
6262pub const _REG_ELR: c_int = 32 ;
6363pub const _REG_SPSR: c_int = 33 ;
64- pub const _REG_TIPDR : c_int = 34 ;
64+ pub const _REG_TPIDR : c_int = 34 ;
6565
6666pub const _REG_RV: c_int = _REG_R0;
6767pub const _REG_FP: c_int = _REG_R11;
68- pub const _REG_LR : c_int = _REG_R13;
69- pub const _REG_SP : c_int = _REG_R14;
68+ pub const _REG_SP : c_int = _REG_R13;
69+ pub const _REG_LR : c_int = _REG_R14;
7070pub const _REG_PC: c_int = _REG_R15;
You can’t perform that action at this time.
0 commit comments