Mike Frysinger
012c1f072f
sim: cris: add error fallbacks when decoding condition & swap codes
...
The condition & swap code decoder only checks known bits and sets
based on that. If the variable is out of range, it ends up returning
uninitialized data. Turn that case into a hard error.
This fixes build warnings like:
sim/cris/semcrisv10f-switch.c:13115:11: error:
variable 'tmp_condres' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
2024-01-06 23:30:43 -05:00
..
2023-12-22 23:29:19 -05:00
2024-01-01 10:53:15 -05:00
2023-12-21 01:59:22 -05:00
2023-12-22 23:29:19 -05:00
2023-12-19 05:51:10 -05:00
2024-01-03 02:15:54 -05:00
2024-01-03 01:58:20 -05:00
2024-01-06 23:30:43 -05:00
2023-12-07 21:41:27 -07:00
2023-12-22 23:29:19 -05:00
2023-01-15 20:55:48 -05:00
2024-01-01 10:56:08 -05:00
2023-12-19 05:51:10 -05:00
2023-12-22 23:29:19 -05:00
2024-01-03 03:13:47 -05:00
2023-12-24 04:07:32 -05:00
2023-12-24 04:07:32 -05:00
2024-01-02 00:34:15 -05:00
2023-12-22 23:29:19 -05:00
2023-12-24 04:07:32 -05:00
2023-12-22 23:29:19 -05:00
2023-12-21 01:59:23 -05:00
2023-12-19 05:51:10 -05:00
2023-12-22 23:29:19 -05:00
2023-12-21 01:59:22 -05:00
2023-12-19 05:51:11 -05:00
2023-12-19 05:51:11 -05:00
2024-01-01 10:51:23 -05:00
2024-01-03 03:37:13 -05:00
2023-12-28 09:09:13 +02:00
2023-12-22 23:29:19 -05:00
2023-12-21 01:59:23 -05:00
2023-12-21 01:59:23 -05:00
2023-12-24 04:00:04 -05:00
2023-12-28 09:09:13 +02:00
2023-12-19 05:51:11 -05:00
2021-11-28 13:24:00 -05:00
2022-12-25 02:13:30 -05:00
2021-08-17 20:27:36 -04:00
2024-01-02 00:34:15 -05:00
2024-01-03 01:43:14 -05:00
2024-01-03 01:43:14 -05:00
2021-11-06 01:44:06 -04:00
2022-02-21 13:57:33 -05:00
2022-09-01 10:15:09 -04:00
2024-01-03 01:21:48 -05:00
2024-01-03 03:37:13 -05:00
2023-01-13 17:34:53 -05:00