diff options
Diffstat (limited to 'plugins/arm')
-rw-r--r-- | plugins/arm/v7/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arm/v7/arm.c b/plugins/arm/v7/arm.c index fc56f2d..8e64c26 100644 --- a/plugins/arm/v7/arm.c +++ b/plugins/arm/v7/arm.c @@ -3190,7 +3190,7 @@ static GArchInstruction *process_armv7_arm_floating_point_data_processing_instru * ยง A7.5 Floating-point data-processing instructions */ - if ((raw & 0x0f000e10) != 0xee000a00) return NULL; + if ((raw & 0x0f000e10) != 0x0e000a00) return NULL; result = NULL; |