target: e2k: Remove unneeded ip change in syscall.

This commit is contained in:
Denis Drakhnia 2020-12-01 14:54:48 +02:00
parent 2a66866d38
commit 9fa1537975
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ void cpu_loop(CPUE2KState *env)
regs[(i + offset) % E2K_NR_COUNT] = 0;
}
}
env->ip = env->nip;
break;
}
case E2K_EXCP_ILLOPC: