On 10/12/18 7:42 AM, Peter Maydell wrote: > Create and use a utility function to extract the EC field > from a syndrome, rather than open-coding the shift. > > Signed-off-by: Peter Maydell <[email protected]> > --- > target/arm/internals.h | 5 +++++ > target/arm/helper.c | 4 ++-- > target/arm/kvm64.c | 2 +- > target/arm/op_helper.c | 2 +- > 4 files changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
