]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target-lm32/microblaze: Typedef struct CPU{MB,LM32}State
authorAndreas Färber <afaerber@suse.de>
Fri, 24 Feb 2012 15:59:17 +0000 (16:59 +0100)
committerAndreas Färber <afaerber@suse.de>
Wed, 14 Mar 2012 21:20:24 +0000 (22:20 +0100)
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
target-lm32/cpu.h
target-microblaze/cpu.h

index b6b6b4c87afbe438f49095e70afc6a77597248ae..cc9b53bdfea6dad05b6b3646074a7be765794b97 100644 (file)
@@ -28,6 +28,7 @@
 #include "qemu-common.h"
 #include "cpu-defs.h"
 struct CPULM32State;
+typedef struct CPULM32State CPULM32State;
 
 #define TARGET_HAS_ICE 1
 
index 409250649d9b773ea9befbea820ea3f14d06ef51..94ec43b3a3ed0138deae974550735f929174d465 100644 (file)
@@ -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