Commit 5b2849688ee81998ea9f3c6bd341a3277a0226c4

Authored by ths
1 parent 20b40c6a

Disable dead code.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3071 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 1 deletions
target-ppc/translate_init.c
... ... @@ -270,7 +270,8 @@ static void spr_write_sdr1 (void *opaque, int sprn)
270 270  
271 271 /* 64 bits PowerPC specific SPRs */
272 272 /* ASR */
273   -#if defined(TARGET_PPC64)
  273 +/* Currently unused */
  274 +#if 0 && defined(TARGET_PPC64)
274 275 static void spr_read_asr (void *opaque, int sprn)
275 276 {
276 277 gen_op_load_asr();
... ...