diff options
| author | Thomas Jarosch <tomj@simonv.com> | 2015-01-12 19:33:46 +0100 |
|---|---|---|
| committer | Thomas Jarosch <tomj@simonv.com> | 2015-01-12 19:36:58 +0100 |
| commit | 789df17dd9f5f6f940ffc1b1db11c4e777400767 (patch) | |
| tree | 70ff4b21e5bb917f3b99f20efd96994bc247a05a /apps/plugins | |
| parent | 799024198f196b71b3afed402bbd7c4ccc4c23b4 (diff) | |
| download | rockbox-789df17dd9f5f6f940ffc1b1db11c4e777400767.zip rockbox-789df17dd9f5f6f940ffc1b1db11c4e777400767.tar.gz rockbox-789df17dd9f5f6f940ffc1b1db11c4e777400767.tar.bz2 rockbox-789df17dd9f5f6f940ffc1b1db11c4e777400767.tar.xz | |
ARM unwinder for thumb: Fix broken MOV opcode
The origin of the register value was never
moved in the desired register state due to a typo ('rhs' vs. 'rhd').
While looking at the code, I noticed the action taken
for the register value is another copy'n'paste error
from the ADD opcode above -> it added to the register value
instead of MOVing the current value.
Patch submitted upstream.
cppcheck reported:
[lib/unwarminder/unwarm_thumb.c:473]: (warning) Redundant assignment of 'state.regData[rhd].o' to itself.
Change-Id: I78cdbf37a191007a3bddbaa350b906dbce2fe671
Diffstat (limited to 'apps/plugins')
0 files changed, 0 insertions, 0 deletions