Rob Loach
b8825127fd
Fix parentheses around ‘+’ in operand of ‘&’
...
```
Core/z80_cpu.c: In function ‘add_hl_rr’:
Core/z80_cpu.c:341:31: error: suggest parentheses around ‘+’ in operand of ‘&’ [-Werror=parentheses]
if ( ((unsigned long) hl) + ((unsigned long) rr) & 0x10000) {
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
```
2018-10-11 22:37:26 -04:00
..
2018-09-10 16:59:59 +03:00
2018-07-04 21:55:12 +03:00
2017-05-27 17:30:12 +03:00
2017-04-17 20:16:17 +03:00
2018-06-22 18:38:54 +03:00
2018-04-02 19:57:39 +03:00
2018-07-20 12:34:52 +03:00
2018-05-27 19:30:23 +03:00
2017-04-17 20:16:17 +03:00
2018-09-15 00:47:26 +03:00
2018-07-14 21:52:54 +03:00
2018-04-07 16:45:31 +03:00
2018-05-27 19:30:23 +03:00
2017-06-21 01:07:11 +03:00
2018-05-27 19:30:23 +03:00
2018-09-15 00:48:31 +03:00
2018-05-27 19:30:23 +03:00
2017-01-20 23:00:02 +02:00
2017-04-17 20:16:17 +03:00
2018-05-27 19:30:23 +03:00
2018-05-27 19:30:23 +03:00
2018-04-05 15:33:21 +03:00
2017-06-14 00:23:34 +03:00
2018-05-27 19:30:23 +03:00
2018-05-27 19:30:23 +03:00
2018-09-15 00:47:26 +03:00
2018-05-27 19:30:23 +03:00
2018-10-11 22:37:26 -04:00
2018-05-27 19:30:23 +03:00
2018-06-09 15:39:40 +03:00