| Submitter | Andreas Färber |
|---|---|
| Date | March 10, 2012, 2:27 a.m. |
| Message ID | <1331346496-10736-7-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/145814/ |
| State | New |
| Headers | show |
Comments
Patch
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
Signed-off-by: Andreas Färber <afaerber@suse.de> --- target-microblaze/cpu.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)