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 c04bb66 commit 80bbbd2Copy full SHA for 80bbbd2
src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
@@ -197,7 +197,7 @@ s! {
197
pub l_pid: ::pid_t,
198
}
199
200
- struct user_regs_struct {
+ pub struct user_regs_struct {
201
pub pc: ::c_ulong;
202
pub ra: ::c_ulong;
203
pub sp: ::c_ulong;
src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
@@ -193,7 +193,7 @@ s! {
193
194
195
196
0 commit comments