commit | 7ca4b752feaab647b0c1a147bd3815fcdb479a59 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Sep 19 08:46:21 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Feb 09 10:19:32 2016 +1100 |
tree | b78d2bc7b047c0c6bc39487914c983f24c48345d | |
parent | b3a62939561e07bc34493444fa926b6137cba4e8 [diff] |
tcg: Tidy temporary allocation In particular, make sure the memory is memset before use. Continues the increased use of TCGTemp pointers instead of integer indices where appropriate. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>