On 06/13/2018 02:55 AM, Alex Bennée wrote: > In preparation for conditionally supporting SVE we need to be able to > have different sized reginfos. This introduces reginfo_size() to > abstract the size away to the code the actually knows. For aarch64 we > also use this while initialising the block. > > Signed-off-by: Alex Bennée <[email protected]> > --- > reginfo.c | 6 +++--- > risu.h | 3 +++ > risu_reginfo_aarch64.c | 11 ++++++++++- > risu_reginfo_aarch64.h | 1 + > risu_reginfo_arm.c | 5 +++++ > risu_reginfo_m68k.c | 5 +++++ > risu_reginfo_ppc64.c | 5 +++++ > 7 files changed, 32 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
