Skip to content

Commit 76a7235

Browse files
committed
Minor changes
1 parent aea8b7e commit 76a7235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ place and invoke the function pointer.
369369
This is where the trampoline comes in. It's a simple assembler function that
370370
does three things:
371371

372-
1. Fill in the 6 or 8 argument registers with the first values in the data
372+
1. Fill in the 6 or 8 argument registers (for x86 or ARM respectively) with the first values in the data
373373
pointer and copy the rest into the stack as-is (no stack alignment or anything,
374374
we guarantee from the Rust side that the stack will end up properly aligned).
375375
2. Invoke the function pointer.

0 commit comments

Comments
 (0)