diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index dc1f4b816d..bf81941221 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -702,6 +702,10 @@ struct CPUPPCState { /* temporary hack to handle OSI calls (only used if non NULL) */ int (*osi_call)(struct CPUPPCState *env); + +#if !defined(CONFIG_USER_ONLY) + void *load_info; /* Holds boot loading state. */ +#endif }; #if !defined(CONFIG_USER_ONLY) |