commit | 1a855029af40df40144a322bba0e1e61c68eed2a | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Dec 27 19:54:49 2010 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Dec 27 19:56:43 2010 +0100 |
tree | e90493fd1888484cdf7f1e6f91d8acf4a5d00673 | |
parent | 5697f6ae4183f3b3320a1fe677e3404a05e75783 [diff] |
target-arm: fix bug in translation of REVSH The translation of REVSH shifted the low byte 8 steps left before performing an 8-bit sign extend, causing this part of the expression to alwas be 0. Reported-by: Johan Bengtsson <teofrastius@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>