On 21 October 2014 17:55, Greg Bellows wrote:
> Renamed the arm_current_pl CPU function to more accurately represent that it
> returns the ARMv8 EL rather than ARMv7 PL.
>
> Signed-off-by: Greg Bellows
> Reviewed-by: Peter Maydell
> @@ -1485,7 +1485,7 @@ static void disas_exc(DisasContext *s, u
Renamed the arm_current_pl CPU function to more accurately represent that it
returns the ARMv8 EL rather than ARMv7 PL.
Signed-off-by: Greg Bellows
Reviewed-by: Peter Maydell
==
v6 -> v7
- Fix comment
v5 -> v6
- Renamed DisasContext current_pl field to current_el
- Added comment to ar