commit | f840fa995f88bc2bea7311f003e8de5ceb8ab276 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Thu Jan 05 13:11:48 2012 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Jan 07 18:16:24 2012 +0100 |
tree | a0a6908f5edea0bccd75d9f3513a1f3a03c3b32b | |
parent | e9b40fd34ceb23461083d505a444a389c094455b [diff] |
target-sh4: Fix operands for fipr, ftrv instructions Coverity complained about right shifts of opcode (16, 18) which were larger than the size of opcode (16 bit). Using the correct shift values fixes this. Cc: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>