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 ce8669f commit 23fafc3Copy full SHA for 23fafc3
psm/src/arch/powerpc64_aix.s
@@ -72,6 +72,7 @@ L..rust_psm_stack_pointer_end:
72
.csect .text[PR],2
73
.rust_psm_replace_stack:
74
# extern "C" fn(3: usize, 4: extern "C" fn(usize), 5: *mut u8)
75
+ # Load the function pointer and toc pointer from TOC and make the call.
76
ld 2, 8(4)
77
ld 4, 0(4)
78
addi 5, 5, -48
0 commit comments