Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correcting pointer access to top of stack
The current implementation always retrieves the deepest LR and TOC (belonging to very first patch) from the stack. Since, r5 contains base of stack and "decremented USED_SIZE" is not added to point to top of stack, so r5 keep pointing to bottom when retrieving LR/TOC values for any patched function.
- Loading branch information