arch/tile: big-endian: properly bswap instruction bundles when backtracing
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 18 Jun 2012 17:11:21 +0000 (13:11 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 18 Jun 2012 17:11:21 +0000 (13:11 -0400)
Instruction bundles are always little-endian, even when running in
big-endian mode.  I missed this internal bug fix when cherry-picking
the big-endian code to return to the community.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found