mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 20:01:33 +00:00
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
This commit is contained in:
@@ -744,7 +744,7 @@ if (MapInit == 0) {
|
||||
|
||||
while (reason == 0) { /* loop until halted */
|
||||
if (sim_interval <= 0) { /* check clock queue */
|
||||
if (reason = sim_process_event ())
|
||||
if ((reason = sim_process_event ()))
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user