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-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-12-24 04:07:32 -05:00
2023-08-19 12:41:32 +09:30
2023-12-19 05:51:10 -05:00
2023-12-19 20:19:52 -05:00
2023-08-19 12:41:32 +09:30

This is the frv simulator directory.

It is still work-in-progress.  The current sources are
well tested and lots of features are in.

There are lots of machine generated files in the source directory!
They are only generated if you configure with --enable-cgen-maint,
similar in behaviour to Makefile.in, configure under automake/autoconf.

For details on the generator, see ../../cgen.