commit | 8fe4bb98e42945ddf2c0d47cec647ef76909e812 | [log] [tgz] |
---|---|---|
author | Steven J. Hill <Steven.Hill@imgtec.com> | Mon Mar 25 12:07:40 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 09 17:55:18 2013 +0200 |
tree | 35ef93d291f2dabfbb8504de8c12c5ccf232fe08 | |
parent | f6b06d9361a008afb93b97fb3683a6e92d69d0f4 [diff] |
MIPS: microMIPS: Fix incorrect mask for jump immediate. Jump or branch target addresses have the first bit set. The original mask did not take this into account and will cause a field overflow warning for the target address when a jump immediate instruction is built. Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>