mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Disable dead code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3071 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
20b40c6a55
commit
5b2849688e
1 changed files with 2 additions and 1 deletions
|
@ -270,7 +270,8 @@ static void spr_write_sdr1 (void *opaque, int sprn)
|
|||
|
||||
/* 64 bits PowerPC specific SPRs */
|
||||
/* ASR */
|
||||
#if defined(TARGET_PPC64)
|
||||
/* Currently unused */
|
||||
#if 0 && defined(TARGET_PPC64)
|
||||
static void spr_read_asr (void *opaque, int sprn)
|
||||
{
|
||||
gen_op_load_asr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue