commit | 56907d776e1133bf4f633e4e542267d23d2c09cf | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Apr 11 16:26:22 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Apr 12 23:33:33 2011 +0200 |
tree | aabb305886af86f3179b6c79ff544f71f900bf8e | |
parent | fc2a9b37849d25d21d161c1319581420499ab4b2 [diff] |
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>