On Sat, Jan 12, 2019 at 04:37:51PM -0800, Jim Wilson wrote: > On Sat, Jan 12, 2019 at 2:29 PM Mark Wielaard <m...@klomp.org> wrote: > > > static const Ebl_Register_Location prstatus_regs[] = > > > { > > > - { .offset = 8, .regno = 1, .count = 31, .bits = 64 } /* x1..x31 */ > > > + { .offset = BITS/8, .regno = 1, .count = 31, .bits = 64 } /* x1..x31 > > > */ > > > }; > > > > Should that be .bits = BITS ? > > Yes, sorry, I was looking at the offset field and completely missed > the bits member at the end. Do you want me to submit an updated > patch?
I fixed it up and pushed the commit. It looks fine otherwise. Thanks, Mark