[Qemu-devel] [PATCH 07/20] target-sparc: Cleanup cpu_src[12] allocation

2012-10-16 Thread Richard Henderson
Now that get_temp_tl is used for get_src[12], we don't need to pre-allocate these temporaries. Fallout from this is moving some assignments around cas/casx to avoid uninitialized variable warnings. Signed-off-by: Richard Henderson --- target-sparc/translate.c | 16 +++- 1 file chang

[Qemu-devel] [PATCH 07/20] target-sparc: Cleanup cpu_src[12] allocation

2012-10-09 Thread Richard Henderson
Now that get_temp_tl is used for get_src[12], we don't need to pre-allocate these temporaries. Fallout from this is moving some assignments around cas/casx to avoid uninitialized variable warnings. Signed-off-by: Richard Henderson --- target-sparc/translate.c | 16 +++- 1 file chang