From 9b9a970a23625de4ae6b7461906a9a0d98d3ca95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 24 Feb 2012 16:59:17 +0100 Subject: target-lm32/microblaze: Typedef struct CPU{MB,LM32}State MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Färber Reviewed-by: Anthony Liguori --- target-lm32/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-lm32/cpu.h') diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h index b6b6b4c87a..cc9b53bdfe 100644 --- a/target-lm32/cpu.h +++ b/target-lm32/cpu.h @@ -28,6 +28,7 @@ #include "qemu-common.h" #include "cpu-defs.h" struct CPULM32State; +typedef struct CPULM32State CPULM32State; #define TARGET_HAS_ICE 1 -- cgit v1.2.1