mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Update comment to match my recent change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124725 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56442dfdcf
commit
92e7195e43
@ -97,8 +97,8 @@ extern "C" {
|
||||
"str r0, [sp,#16]\n"
|
||||
// Return to the (newly modified) stub to invoke the real function.
|
||||
// The above twiddling of the saved return addresses allows us to
|
||||
// deallocate everything, including the LR the stub saved, all in one
|
||||
// pop instruction.
|
||||
// deallocate everything, including the LR the stub saved, with two
|
||||
// updating load instructions.
|
||||
"ldmia sp!, {r0, r1, r2, r3, lr}\n"
|
||||
"ldr pc, [sp], #4\n"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user