]> git.proxmox.com Git - mirror_qemu.git/commit
target-tilegx: Use TILEGX_EXCP_OPCODE_UNKNOWN and TILEGX_EXCP_OPCODE_UNIMPLEMENTED...
authorChen Gang <gang.chen.5i5j@gmail.com>
Sun, 4 Oct 2015 05:34:33 +0000 (13:34 +0800)
committerRichard Henderson <rth@twiddle.net>
Wed, 7 Oct 2015 09:17:21 +0000 (20:17 +1100)
commit77b3adc0012153e629b48b710ad19a8b544bb507
tree4ed5e826dd64104e8f09c9f06f483cf1617b76cb
parenta419e22d703667211521d4257df294047c13eca3
target-tilegx: Use TILEGX_EXCP_OPCODE_UNKNOWN and TILEGX_EXCP_OPCODE_UNIMPLEMENTED correctly

For some cases, they are for TILEGX_EXCP_OPCODE_UNKNOWN, not for
TILEGX_EXCP_OPCODE_UNIMPLEMENTED.

Also for some cases, they are for TILEGX_EXCP_OPCODE_UNIMPLEMENTED, not
for TILEGX_EXCP_OPCODE_UNKNOWN.

When analyzing issues, the correct printing information is necessary,
e.g. grep UIMP in gcc testsuite output log for finding qemu tilegx
umimplementation issues, grep UNKNOWN for finding unknown instructions.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-tilegx/translate.c