summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-24 20:26:14 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-24 20:26:14 +0000
commit95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e (patch)
tree720a9f08eddde5799ff531b5a1509c54387c55d1 /sysemu.h
parent992e5acd4d0c08d397c39c80acc8203fd394bd9c (diff)
downloadqemu-95efd11c121ed5ba9677f9fbaf0cefa8e52cb02e.tar.gz
Add support for -prom-env command line options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysemu.h b/sysemu.h
index 94cffaf954..6e24e8a95e 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -108,7 +108,7 @@ extern int kqemu_allowed;
extern const char *option_rom[MAX_OPTION_ROMS];
extern int nb_option_roms;
-#ifdef TARGET_SPARC
+#if defined(TARGET_SPARC) || defined(TARGET_PPC)
#define MAX_PROM_ENVS 128
extern const char *prom_envs[MAX_PROM_ENVS];
extern unsigned int nb_prom_envs;