diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 1 |
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; |