diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-15 19:19:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-15 19:19:40 (GMT) |
commit | d75fe33356f22c1c41925bffe179a55b9cea6cd1 (patch) | |
tree | 37b9a32d3a2b688326791392b338e025bb4c84f3 /plugins/arm | |
parent | 55935908085677432f746f8378e600f4fd8234b0 (diff) |
Reorganized the architecture operands.
Diffstat (limited to 'plugins/arm')
-rw-r--r-- | plugins/arm/v7/fetch.c | 1 | ||||
-rw-r--r-- | plugins/arm/v7/helpers.h | 2 | ||||
-rw-r--r-- | plugins/arm/v7/post.c | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/plugins/arm/v7/fetch.c b/plugins/arm/v7/fetch.c index 6777fdc..cf71037 100644 --- a/plugins/arm/v7/fetch.c +++ b/plugins/arm/v7/fetch.c @@ -31,6 +31,7 @@ #include <i18n.h> #include <arch/processor.h> #include <arch/raw.h> +#include <arch/operands/immediate.h> #include <arch/operands/register.h> #include <format/format.h> #include <format/preload.h> diff --git a/plugins/arm/v7/helpers.h b/plugins/arm/v7/helpers.h index 08b14e2..882b2f9 100644 --- a/plugins/arm/v7/helpers.h +++ b/plugins/arm/v7/helpers.h @@ -25,7 +25,7 @@ #define _PLUGINS_ARM_V7_HELPERS_H -#include <arch/immediate.h> +#include <arch/operands/immediate.h> #include <arch/operands/register.h> diff --git a/plugins/arm/v7/post.c b/plugins/arm/v7/post.c index c430d65..44b4459 100644 --- a/plugins/arm/v7/post.c +++ b/plugins/arm/v7/post.c @@ -25,6 +25,7 @@ #include <arch/target.h> +#include <arch/operands/immediate.h> |