diff options
Diffstat (limited to 'target/cris/op_helper.c')
-rw-r--r-- | target/cris/op_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/cris/op_helper.c b/target/cris/op_helper.c index becd831..0ee3a31 100644 --- a/target/cris/op_helper.c +++ b/target/cris/op_helper.c @@ -54,8 +54,8 @@ void tlb_fill(CPUState *cs, target_ulong addr, int size, if (unlikely(ret)) { if (retaddr) { /* now we have a real cpu fault */ - if (cpu_restore_state(cs, retaddr)) { - /* Evaluate flags after retranslation. */ + if (cpu_restore_state(cs, retaddr, true)) { + /* Evaluate flags after retranslation. */ helper_top_evaluate_flags(env); } } |