[Qemu-devel] [PATCH 12/20] target-sparc: Avoid cpu_tmp32 in Write Priv Register

2012-10-16 Thread Richard Henderson
No need to copy to a temporary to store 32 bits. Signed-off-by: Richard Henderson --- target-sparc/translate.c | 56 +--- 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/target-sparc/translate.c b/target-sparc/translate.c index 43e44d5.

[Qemu-devel] [PATCH 12/20] target-sparc: Avoid cpu_tmp32 in Write Priv Register

2012-10-09 Thread Richard Henderson
No need to copy to a temporary to store 32 bits. Signed-off-by: Richard Henderson --- target-sparc/translate.c | 56 +--- 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/target-sparc/translate.c b/target-sparc/translate.c index 43e44d5.