commit | b308bf3be1f75207c307eea9ada90e0b76194911 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 12 15:35:14 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 12 10:41:17 2008 -0800 |
tree | a782544532bf58b9475e2ebdd68ef811b6d3596e | |
parent | ee6e740cf7e5605b353af539eb9a6e17948747b6 [diff] |
MN10300: Extract the displacement from an insn correctly in misalignment fixup Extract the displacement from an MN10300 instruction correctly in the misalignment fixup handler. The code should extract the displacement in LSB order, not MSB order. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>