commit | 8012c84ff92a36d05dfe61af9b24dd01a7ea25e4 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Sep 07 10:39:28 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Sep 07 10:39:28 2015 +0100 |
tree | 9aac5bee6b1e79b5c943c8c26a5c90eb3d0c9f42 | |
parent | 7446d35e1dd69e1da8241277eae09e293741b362 [diff] |
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction For the A64 instruction set, the semihosting call instruction is 'HLT 0xf000'. Wire this up to call do_arm_semihosting() if semihosting is enabled. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Christopher Covington <christopher.covington@linaro.org> Tested-by: Christopher Covington <cov@codeaurora.org> Message-id: 1439483745-28752-10-git-send-email-peter.maydell@linaro.org