Mike Frysinger f793be444c sim: frv: fix cmpb uninitialized variable usage
This code sets up the cc variable based on the comparison of other
registers, but it does so incrementally with bit operations, and it
never initializes the cc variable.  Initialize it to 0 which the
cmpba insn is already doing.
2024-01-01 10:56:08 -05:00
..
2023-07-03 11:12:15 +01:00
2023-12-19 05:45:01 -05:00
2021-03-31 10:49:23 +10:30
2023-08-19 12:41:32 +09:30
2020-10-05 14:20:15 +01:00
2023-03-16 17:30:19 +10:30
2022-05-11 09:49:20 +09:30