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 22cedb2 commit cef4564Copy full SHA for cef4564
crash-context/src/linux/getcontext/riscv64.rs
@@ -4,6 +4,7 @@
4
5
std::arch::global_asm! {
6
".text",
7
+ ".attribute arch, \"rv64gc\"",
8
".globl crash_context_getcontext",
9
".hidden crash_context_getcontext",
10
".type crash_context_getcontext, @function",
0 commit comments