commit | 9e0304e388ef0e7495b279ce737c24ad56d20b5d | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon Jun 18 13:11:21 2012 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Mon Jun 18 13:11:21 2012 -0400 |
tree | 5f87d2506ff5a1abb823e003c078b5682c593a58 | |
parent | 485802a6c524e62b5924849dd727ddbb1497cc71 [diff] |
arch/tile: big-endian: properly bswap instruction bundles when backtracing 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>