File tree 1 file changed +6
-2
lines changed
src/unix/linux_like/linux/musl/b64/x86_64
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 100
100
pub u_debugreg: [ :: c_ulong; 8 ] ,
101
101
}
102
102
103
- // https://github.com/ifduyue/musl/blob/b4b1e10364c8737a632be61582e05a8d3acf5690/arch/x86_64/bits/signal.h#L80-L84
103
+ // GitHub repo: ifduyue/musl/
104
+ // commit: b4b1e10364c8737a632be61582e05a8d3acf5690
105
+ // file: arch/x86_64/bits/signal.h#L80-L84
104
106
pub struct mcontext_t {
105
107
pub gregs: [ greg_t; 23 ] ,
106
108
__private: [ u64 ; 9 ] ,
@@ -607,7 +609,9 @@ pub const FS: ::c_int = 25;
607
609
pub const GS : :: c_int = 26 ;
608
610
609
611
// offsets in mcontext_t.gregs from bits/signal.h
610
- // https://github.com/ifduyue/musl/blob/b4b1e10364c8737a632be61582e05a8d3acf5690/arch/x86_64/bits/signal.h#L9-L56
612
+ // GitHub repo: ifduyue/musl/
613
+ // commit: b4b1e10364c8737a632be61582e05a8d3acf5690
614
+ // file: arch/x86_64/bits/signal.h#L9-L56
611
615
pub const REG_R8 : :: c_int = 0 ;
612
616
pub const REG_R9 : :: c_int = 1 ;
613
617
pub const REG_R10 : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments