]> git.proxmox.com Git - qemu.git/commit
tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.
authorRichard Henderson <rth@twiddle.net>
Tue, 13 Apr 2010 22:26:17 +0000 (15:26 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 19 May 2010 06:46:10 +0000 (08:46 +0200)
commit4ab50ccf6124eb2920262445e8ce0b2e95a2c13b
tree2ba9237ba007e0df874ea894c1e5faee6f6fa3d8
parent6648e29608ce17f6109d5696fb01f056238e2628
tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.

Setting the registers one by one is easier to read, and gets
optimized by the compiler just the same.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/i386/tcg-target.c