+1
−0
Loading
Properly set the book E exception syndrome register when a floating point exception occurs. Currently on a book E processor, the POWERPC_EXCP_FP exception handler fails to set "env->spr[SPR_BOOKE_ESR] = ESR_FP;" as required by the book E specification. Signed-off-by:Aaron Larson <alarson@ddci.com> Signed-off-by:
David Gibson <david@gibson.dropbear.id.au>