On 1 April 2014 04:10, Peter Crosthwaite <[email protected]> wrote: > On Sat, Mar 29, 2014 at 2:09 AM, Peter Maydell <[email protected]> > wrote: >> +static inline uint32_t syn_insn_abort(bool same_el, int ea, int s1ptw, int >> fsc) > > Why the mix of bools and ints for the 1 bit fields?
Lack of a strong opinion plus writing the code at different times. I'll make them all int I guess. thanks -- PMM
