aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index fa506e628a..4ff1b236a1 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -494,7 +494,6 @@ int cpu_exec(CPUArchState *env)
* interrupt_request) which we will handle
* next time around the loop.
*/
- tb = (TranslationBlock *)(next_tb & ~TB_EXIT_MASK);
next_tb = 0;
break;
case TB_EXIT_ICOUNT_EXPIRED: