target-arm: Comments added to identify cases in a switch
commit957956b3013c8122a749dfe61a41aef8b4100e31
authorThomas Hanson <thomas.hanson@linaro.org>
Mon, 17 Oct 2016 18:22:18 +0000 (17 19:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Oct 2016 18:22:18 +0000 (17 19:22 +0100)
tree5d4e1b61a78cc5085a7e3d391e8d1f942e51569c
parent6feecb8b941f2d21e5645d0b6e0cdb776998121b
target-arm: Comments added to identify cases in a switch

3 cases in a switch in disas_exc() require reference to the
ARM ARM spec in order to determine what case they're handling.

Signed-off-by: Thomas Hanson <thomas.hanson@linaro.org>
Message-id: 1476301853-15774-5-git-send-email-thomas.hanson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate-a64.c