]> git.proxmox.com Git - qemu.git/commit
target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Apr 2011 15:26:22 +0000 (16:26 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 21:33:33 +0000 (23:33 +0200)
commit56907d776e1133bf4f633e4e542267d23d2c09cf
treeaabb305886af86f3179b6c79ff544f71f900bf8e
parentfc2a9b37849d25d21d161c1319581420499ab4b2
target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF

Catch the UNPREDICTABLE case for Neon VTBL,VTBX, and UNDEF it
rather than allowing the helper function to index off the end
of the register file.

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