[PATCH] D11895: [libunwind] Add OpenRISC 1000 support
whitequark via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 00:35:56 PDT 2015
whitequark added inline comments.
================
Comment at: src/Registers.hpp:1742
@@ +1741,3 @@
+ struct or1k_thread_state_t {
+ unsigned int __r0;
+ unsigned int __r1;
----------------
asl wrote:
> Any particular reason of having 32 variables instead of a single array?
The PPC registers, on which I based OR1K, were done like that. I will change it to an array.
http://reviews.llvm.org/D11895
More information about the llvm-commits
mailing list