]> git.proxmox.com Git - qemu.git/commit
target-arm: Don't print debug messages for various UNDEF cases
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jul 2011 00:51:21 +0000 (00:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jul 2011 14:30:54 +0000 (14:30 +0000)
commita492892cbee7ee3244fa63c993b55428b87fc093
treea3bf3926f7f66cd1e9f70c5d2e085b47811b2610
parent6e0c0ed185227c301f643281220603fcaf217b31
target-arm: Don't print debug messages for various UNDEF cases

Remove some stray printfs for cases which don't generally happen
(some VFP UNDEF cases, reads and writes to unknown cp14 registers);
we should simply generate an UNDEF when the instruction is executed.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c