summary refs log tree commit diff stats
path: root/target/unicore32/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/unicore32/translate.c')
-rw-r--r--target/unicore32/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/unicore32/translate.c b/target/unicore32/translate.c
index 962f9877a0..370709c9ea 100644
--- a/target/unicore32/translate.c
+++ b/target/unicore32/translate.c
@@ -34,7 +34,7 @@ typedef struct DisasContext {
     int condjmp;
     /* The label that will be jumped to when the instruction is skipped.  */
     TCGLabel *condlabel;
-    struct TranslationBlock *tb;
+    TranslationBlock *tb;
     int singlestep_enabled;
 #ifndef CONFIG_USER_ONLY
     int user;