File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/unix/linux_like/linux/musl/b64/x86_64 Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 100100 pub u_debugreg: [ :: c_ulong; 8 ] ,
101101 }
102102
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
104106 pub struct mcontext_t {
105107 pub gregs: [ greg_t; 23 ] ,
106108 __private: [ u64 ; 9 ] ,
@@ -607,7 +609,9 @@ pub const FS: ::c_int = 25;
607609pub const GS : :: c_int = 26 ;
608610
609611// 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
611615pub const REG_R8 : :: c_int = 0 ;
612616pub const REG_R9 : :: c_int = 1 ;
613617pub const REG_R10 : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments