Fix long-standing mips delay slot issue

This commit is contained in:
mio
2025-02-19 17:39:24 +08:00
parent 8a2846369c
commit 56ba3476e5
6 changed files with 139 additions and 105 deletions

View File

@@ -664,6 +664,7 @@ struct TCGContext {
struct TCGLabelPoolData *pool_labels;
#endif
TCGv_i32 delay_slot_flag;
TCGLabel *exitreq_label;
TCGTempSet free_temps[TCG_TYPE_COUNT * 2];