Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu-arm: don't clobber r7 in THUMB2 mode
In THUMB2 mode, r7 is reserved as frame pointer register. Don't clobber the register in THUMB2 mode enabled but save/restore it explicitly. In ARM mode, r11 is used as frame pointer. See also Ib176ec0b29fb3fd535cf915dd11aa9bb26076a44. Change-Id: Iae31a87a141f675f3f36c0a932ec6fb100094abd
- Loading branch information