Skip to content

Commit 23fafc3

Browse files
author
Kai Luo
committed
Add comments
1 parent ce8669f commit 23fafc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psm/src/arch/powerpc64_aix.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ L..rust_psm_stack_pointer_end:
7272
.csect .text[PR],2
7373
.rust_psm_replace_stack:
7474
# 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.
7576
ld 2, 8(4)
7677
ld 4, 0(4)
7778
addi 5, 5, -48

0 commit comments

Comments
 (0)