commit | 6a4110c2b38da51b767e389a6fb477072cf5843c | [log] [tgz] |
---|---|---|
author | Robin Getz <robin.getz@analog.com> | Tue Mar 23 17:27:41 2010 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat May 22 14:19:04 2010 -0400 |
tree | f9c2ea8d0b442766391ed559dca5c9c11f7ce558 | |
parent | c429886a7091f9d26dee7d01c20fd822f62c35e0 [diff] |
Blackfin: change the BUG opcode to an unused 16-bit opcode The current BUG opcode includes the bit that flags the insn as a 32bit opcode, but it wasn't declaring it as 32bits. So pick an unused 16bit. URL: http://blackfin.uclinux.org/gf/tracker/5973 Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>