asl added a subscriber: asl.
================
Comment at: src/Registers.hpp:1742
@@ +1741,3 @@
+ struct or1k_thread_state_t {
+ unsigned int __r0;
+ unsigned int __r1;
----------------
Any particular reason of having 32 variables instead of a single array?
http://reviews.llvm.org/D11895