Skip to content

Commit

Permalink
target-lm32/microblaze: Typedef struct CPU{MB,LM32}State
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
afaerber committed Mar 14, 2012
1 parent f384091 commit 9b9a970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions target-lm32/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "qemu-common.h"
#include "cpu-defs.h"
struct CPULM32State;
typedef struct CPULM32State CPULM32State;

#define TARGET_HAS_ICE 1

Expand Down
1 change: 1 addition & 0 deletions target-microblaze/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b9a970

Please sign in to comment.