]> git.proxmox.com Git - qemu.git/commit
target-arm: Report unimplemented opcodes (LOG_UNIMP)
authorStefan Weil <sw@weilnetz.de>
Wed, 28 Aug 2013 04:39:56 +0000 (06:39 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 1 Sep 2013 15:34:32 +0000 (19:34 +0400)
commite0c270d946dc8efd723129b6a9d956b3084b55b1
tree9edf45daa4b29b0f6fc6ae702a53cf7944a82f1b
parent56f99ea19b5ae71cfdc0bd147cba372da3b63c44
target-arm: Report unimplemented opcodes (LOG_UNIMP)

These unimplemented opcodes are handled like illegal opcodes, but
they are used in existing code. We should at least report when they
are executed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-arm/translate.c