Unverified Commit 5e7cb72f authored by Tim Newsome's avatar Tim Newsome Committed by GitHub
Browse files

Stopcount only applies to hart-local counters. (#405)

* Stopcount only applies to hart-local counters.

The cycle counter is global across all harts in a core, so shouldn't
stop in multi-hart cores.

This change is not 100% backwards compatible. A testsuite testing 0.13
might check that cycle stops while halted with stopcount=1, and this
change would break that.
I think it's compatible enough, however, since halting cycle on a
multi-hart core with not all harts halted is even more broken.

* Add Grigorios Magklis.
parent e5902fc9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment