summaryrefslogtreecommitdiff
path: root/target-ppc
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-17 02:04:00 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-17 02:04:00 +0000
commit7b62a955047934bab158e84ecb63cb432c193ace (patch)
treee9b6c0cc8786a675432824952574a5d9a5399b0f /target-ppc
parent5e692ecdbff27d5a4c9ffdc76fa43d3dc163d119 (diff)
downloadqemu-7b62a955047934bab158e84ecb63cb432c193ace.tar.gz
Add missing definition for number of input pins for the PowerPC 970 bus.
Use proper INPUT_NB definitions to allocate PowerPC input pins structure, fixing a buffer overflow in the 6xx bus case. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3659 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc')
-rw-r--r--target-ppc/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index 7705ca20c9..f249522af2 100644
--- a/target-ppc/cpu.h
+++ b/target-ppc/cpu.h
@@ -1249,6 +1249,7 @@ enum {
PPC970_INPUT_MCP = 4,
PPC970_INPUT_INT = 5,
PPC970_INPUT_THINT = 6,
+ PPC970_INPUT_NB,
};
#endif