Signed-off-by: Andreas Färber <afaer...@suse.de> --- target-microblaze/cpu.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 4092506..94ec43b 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -29,6 +29,7 @@ #include "cpu-defs.h" #include "softfloat.h" struct CPUMBState; +typedef struct CPUMBState CPUMBState; #if !defined(CONFIG_USER_ONLY) #include "mmu.h" #endif -- 1.7.7