Files
gem5/src/dev
Gabe Black 36b57f9b4e arch-sparc: Fix an operator precedence bug in the iob device.
Like in the nomali library, this bug is in some code making a bitmask
where what bits are enabled depends on some conditions. It used ?: to
evaluate the conditions and | to aggregate the bits, but didn't use any
()s, so the | happened first, then the ?:s. This would generate an
incorrect bitmask.

Change-Id: Iabcc8a9fd38cde5de3c0627a3b143407247c0c0e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40955
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Boris Shingarov <shingarov@gmail.com>
2021-03-06 05:47:39 +00:00
..
2021-02-23 09:22:47 +00:00
2021-01-15 23:15:30 +00:00
2021-02-19 23:27:34 +00:00
2021-01-15 23:15:30 +00:00
2021-02-19 23:27:34 +00:00
2021-01-27 09:20:48 +00:00
2021-01-23 12:09:51 +00:00
2021-01-23 12:09:51 +00:00
2021-02-19 23:27:34 +00:00
2021-01-23 12:09:51 +00:00
2021-01-23 12:09:51 +00:00