target-tricore: Fix mask handling JNZ.T being 7 bit long
commit7f13420ec000ad7644b65ea1a32b5674ad0cd204
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 15 Dec 2014 21:36:31 +0000 (15 21:36 +0000)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Sun, 21 Dec 2014 18:34:05 +0000 (21 18:34 +0000)
treef227396b3e9d76c2d692f580ed335819cd23f225
parent45820fccaf731a2fec5d0cb5416f944104e89373
target-tricore: Fix mask handling JNZ.T being 7 bit long

The mask is actually 7 bit long, instead of 6, so the expression checking
for JNZ.T is always false. Let's make the mask 1 bit wider.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target-tricore/translate.c