]> Git Repo - qemu.git/commit - target-sparc/translate.c
target-sparc: Cleanup cpu_src[12] allocation
authorRichard Henderson <[email protected]>
Tue, 16 Oct 2012 09:32:18 +0000 (19:32 +1000)
committerBlue Swirl <[email protected]>
Sat, 20 Oct 2012 07:56:06 +0000 (07:56 +0000)
commita4273524875a960e8ef22ed676853e5988fefbea
treef1c687daf0490a00920a238cc69de030a7e0e6ec
parent81634eea3d5dada203848f89ebd97d6a05aa4cce
target-sparc: Cleanup cpu_src[12] allocation

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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-sparc/translate.c
This page took 0.029692 seconds and 4 git commands to generate.