On 22/2/24 12:33, BALATON Zoltan wrote:
After previous changes the hypercall handling in 7xx and 74xx exception handlers can be folded into one if statement to simpilfy
"simplify"
this code. Also add "unlikely" to mark the less freqiently used branch
"frequently"
for the compiler. Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> Reviewed-by: Harsh Prateek Bora <hars...@linux.ibm.com> --- target/ppc/excp_helper.c | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-)