commit | e318a60b94b152c1e80125861a8917ae177d845e | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Mar 15 16:26:52 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Apr 01 22:33:47 2011 +0200 |
tree | a419e4ab49039d317ccffdbf5d8e423a9a1f9e69 | |
parent | 8e18cde30b06d2e7411bf38091c4e30602f85cdd [diff] |
target-arm: Don't leak TCG temp for UNDEFs in Neon load/store space Move the allocation and freeing of the TCG temp used for the address for Neon load/store instructions so that we don't allocate the temporary until we've done enough decoding to know that the instruction is not an UNDEF pattern; this avoids leaking the TCG temp in these cases. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>