aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/dis-arm-multi.inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arm/dis-arm-multi.inc.h')
-rw-r--r--lib/arm/dis-arm-multi.inc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arm/dis-arm-multi.inc.h b/lib/arm/dis-arm-multi.inc.h
index 56cde35..bf2767e 100644
--- a/lib/arm/dis-arm-multi.inc.h
+++ b/lib/arm/dis-arm-multi.inc.h
@@ -3,7 +3,7 @@
#include "dis-arm.inc.h"
static INLINE void P(dis)(tdis_ctx ctx) {
- if (ctx->pc_low_bit) {
+ if (ctx->arch.pc_low_bit) {
uint16_t op = *(uint16_t *) ctx->ptr;
bool is_32 = (op >> 13 & 7) == 7 && (op >> 11 & 3) != 0;
if (is_32)