aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/cpu.h
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-29 12:01:46 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-29 12:01:46 +0000
commit237c0af0175d78955a3007372a2c9789a05705be (patch)
tree25034c583f9ad590968213381163f72f34f02e5c /target-ppc/cpu.h
parentd12f4c38226f6f029fb55cb9ec0ed4d2054a9851 (diff)
Define the proper bfd_mach to be used by the disassembler for each
PowerPC emulated CPU. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3257 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/cpu.h')
-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 f1df741e1e..79712b0c65 100644
--- a/target-ppc/cpu.h
+++ b/target-ppc/cpu.h
@@ -398,6 +398,7 @@ struct CPUPPCState {
uint8_t excp_model;
uint8_t bus_model;
uint8_t pad;
+ int bfd_mach;
uint32_t flags;
int exception_index;