提交 9b9a970a 编写于 作者: A Andreas Färber

target-lm32/microblaze: Typedef struct CPU{MB,LM32}State

Signed-off-by: NAndreas Färber <afaerber@suse.de>
Reviewed-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 f3840919
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "cpu-defs.h" #include "cpu-defs.h"
struct CPULM32State; struct CPULM32State;
typedef struct CPULM32State CPULM32State;
#define TARGET_HAS_ICE 1 #define TARGET_HAS_ICE 1
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "cpu-defs.h" #include "cpu-defs.h"
#include "softfloat.h" #include "softfloat.h"
struct CPUMBState; struct CPUMBState;
typedef struct CPUMBState CPUMBState;
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "mmu.h" #include "mmu.h"
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册