mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 09:46:55 +00:00 
			
		
		
		
	|  577f25a5eb Compiling with GCC 4.6.0 20100925 produced warnings: /src/qemu/target-ppc/op_helper.c: In function 'helper_icbi': /src/qemu/target-ppc/op_helper.c:351:14: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable] /src/qemu/target-ppc/op_helper.c: In function 'do_6xx_tlb': /src/qemu/target-ppc/op_helper.c:3805:28: error: variable 'EPN' set but not used [-Werror=unused-but-set-variable] /src/qemu/target-ppc/op_helper.c: In function 'do_74xx_tlb': /src/qemu/target-ppc/op_helper.c:3838:28: error: variable 'EPN' set but not used [-Werror=unused-but-set-variable] Fix by adding a dummy cast so that the variable is not unused. Delete tmp. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||
|---|---|---|
| .. | ||
| cpu.h | ||
| exec.h | ||
| helper_regs.h | ||
| helper.c | ||
| helper.h | ||
| kvm_ppc.c | ||
| kvm_ppc.h | ||
| kvm.c | ||
| machine.c | ||
| mfrom_table_gen.c | ||
| mfrom_table.c | ||
| op_helper.c | ||
| STATUS | ||
| translate_init.c | ||
| translate.c | ||