Skip to content

Commit

Permalink
Added TODO for PPC64 v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Mar 20, 2024
1 parent 9271ee5 commit 2cce6ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/powerpc64/trampoline.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ $sym:
beq 3f

2: // "Fast" path
// TODO: can we get rid of prologue/epilogue here?

// TODO:
// We need to somehow get rid of additional stack frame
// because it breaks arguments which are passed on stack

mflr 0
std 0, 16(1)
Expand Down

0 comments on commit 2cce6ca

Please sign in to comment.