blob: 3e4bd55617699ebf4e8ace85fd67ba69c3d8f71b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- I1620/i1620_cpu.c.orig 2016-12-01 22:43:42 UTC
+++ I1620/i1620_cpu.c
@@ -476,7 +476,7 @@ while (reason == 0) {
saved_PC = PC; /* commit prev instr */
if (sim_interval <= 0) { /* check clock queue */
- if (reason = sim_process_event ())
+ if ((reason = sim_process_event ()))
break;
}
|