Files
binutils-gdb/cpu
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-07-03 11:12:15 +01:00
2023-08-19 12:41:32 +09:30
2023-03-16 17:30:19 +10:30
2022-05-11 09:49:20 +09:30