]> git.proxmox.com Git - qemu.git/commit
target-arm: Extract the disas struct to a header file
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:03 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:27 +0000 (19:11 +0100)
commitf570c61e694d78fc2f6717f4fbb7e820bf72d8dc
treef82fe07b1b317e631d8846d89167e29cda99633a
parent08307563ff6cf8cb8d2a7927804dfc5c7dbe86d6
target-arm: Extract the disas struct to a header file

We will need to share the disassembly status struct between AArch32 and
AArch64 modes. So put it into a header file that both sides can use.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-4-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-2-git-send-email-john.rigby@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c
target-arm/translate.h [new file with mode: 0644]