]> git.proxmox.com Git - qemu.git/commit
ppc: Avoid a warning with the next patch
authorBlue Swirl <blauwirbel@gmail.com>
Wed, 30 May 2012 04:23:32 +0000 (04:23 +0000)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:42 +0000 (01:04 +0200)
commit4cc2cc085586cdb787a24d78a7ba032fa657275a
treeb85be7e7a7a8ba0e4fc9400b181cbcd717ca7706
parentc6c7cf05e126d4dd1d9bfcb1aaf1b2cc66f5fa9a
ppc: Avoid a warning with the next patch

When the code is moved together by the next patch, compiler
detects a possible uninitialized variable use. Avoid the warning
by initializing the variables.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/mmu_helper.c