From 9fbf8080fb308d9c6dad8c534ad8892c2d715087 Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 21 Jan 2015 17:02:52 -0500 Subject: minor cleanup - stop caring about thumb outside of arch-specific code (and fix makefile bug where files whose names contained 'arm' would always be ldid'd) --- lib/arm/dis-arm-multi.inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arm/dis-arm-multi.inc.h') 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) -- cgit v1.2.3