summary refs log tree commit diff stats
path: root/target/hexagon/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/translate.h')
-rw-r--r--target/hexagon/translate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/hexagon/translate.h b/target/hexagon/translate.h
index 96509a4da7..aacf0b0921 100644
--- a/target/hexagon/translate.h
+++ b/target/hexagon/translate.h
@@ -57,6 +57,8 @@ typedef struct DisasContext {
     bool qreg_is_predicated[NUM_QREGS];
     int qreg_log_idx;
     bool pre_commit;
+    TCGCond branch_cond;
+    target_ulong branch_dest;
 } DisasContext;
 
 static inline void ctx_log_reg_write(DisasContext *ctx, int rnum)