target-arm: Correct check for non-EL3
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Fri, 29 May 2015 06:43:13 +0000 (16:43 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Jun 2015 12:22:29 +0000 (13:22 +0100)
commit3fc827d591679f3e262b9d1f8b34528eabfca8c0
tree9d83cf0236f97090d9e8f04fef5d3855b97b954c
parent25611aa12b4155937d076dbe7445daed62ee6043
target-arm: Correct check for non-EL3

This fixes a compile warning from clang 3.5 (the assertion
could never fire).

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1432881807-18164-2-git-send-email-edgar.iglesias@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: John Snow <jsnow@redhat.com>
[PMM: added note in commit message that this is fixing a build warning]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/op_helper.c