diff options
author | Greg Kurz <groug@kaod.org> | 2018-06-12 18:27:54 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-06-16 16:32:33 +1000 |
commit | e493786c9585d3f1d1a951c46c656821a47f5b34 (patch) | |
tree | e68a530a2f9e14cbc10a929bdc69d53a3cc87fc5 /target/ppc | |
parent | b2540203bdf4a390c3489146eae82ce237303653 (diff) | |
download | qemu-e493786c9585d3f1d1a951c46c656821a47f5b34.zip qemu-e493786c9585d3f1d1a951c46c656821a47f5b34.tar.gz qemu-e493786c9585d3f1d1a951c46c656821a47f5b34.tar.bz2 |
target/ppc: drop empty #if/#endif block
Commit 9d6f106552fa moved the last line in this block to somewhere else,
but it forgot to remove the now useless #if/#endif.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 0247c1f..a91f1a8 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h @@ -1300,8 +1300,6 @@ void ppc_store_ptcr(CPUPPCState *env, target_ulong value); void ppc_store_msr (CPUPPCState *env, target_ulong value); void ppc_cpu_list (FILE *f, fprintf_function cpu_fprintf); -#if defined(TARGET_PPC64) -#endif /* Time-base and decrementer management */ #ifndef NO_CPU_IO_DEFS |