tcg: Tidy temporary allocation
commit7ca4b752feaab647b0c1a147bd3815fcdb479a59
authorRichard Henderson <rth@twiddle.net>
Thu, 19 Sep 2013 15:46:21 +0000 (19 08:46 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 8 Feb 2016 23:19:32 +0000 (9 10:19 +1100)
treeb78d2bc7b047c0c6bc39487914c983f24c48345d
parentb3a62939561e07bc34493444fa926b6137cba4e8
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>
tcg/tcg.c