]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Remove out of date ARM ARM section references in A64 decoder
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Sep 2017 15:08:49 +0000 (16:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2017 15:32:25 +0000 (16:32 +0100)
commit4ce31af4aeb8471f6a913de7c59d3bde1fc4f03d
treec5611a4b7222bf3c19730a6959cd43a26f5565ee
parent5cb18069d7b9486126d1d6f08b7ffd28f57a4fa3
target/arm: Remove out of date ARM ARM section references in A64 decoder

In the A64 decoder, we have a lot of references to section numbers
from version A.a of the v8A ARM ARM (DDI0487). This version of the
document is now long obsolete (we are currently on revision B.a),
and various intervening versions renumbered all the sections.

The most recent B.a version of the document doesn't assign
section numbers at all to the individual instruction classes
in the way that the various A.x versions did. The simplest thing
to do is just to delete all the out of date C.x.x references.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20170915150849.23557-1-peter.maydell@linaro.org
target/arm/translate-a64.c