diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-23 20:29:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-23 20:29:25 (GMT) |
commit | 3a77653d347c8e60a1c80bd4d57a4fd5e317490f (patch) | |
tree | 3c93d372509bd18aa31cac06dbbc1e8f7ee34a53 /src/arch/arm/v7 | |
parent | 7577eadd4e871d467f747c4927a1b1984d6a7606 (diff) |
Removed a stupid assertion in memory access operands.
Diffstat (limited to 'src/arch/arm/v7')
-rw-r--r-- | src/arch/arm/v7/operands/maccess.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/arm/v7/operands/maccess.c b/src/arch/arm/v7/operands/maccess.c index e3e62fb..8eb5b57 100644 --- a/src/arch/arm/v7/operands/maccess.c +++ b/src/arch/arm/v7/operands/maccess.c @@ -24,9 +24,6 @@ #include "maccess.h" -#include <assert.h> - - #include "../../../operand-int.h" @@ -234,8 +231,6 @@ static void g_armv7_maccess_operand_print(const GArmV7MAccessOperand *operand, G if (operand->shift != NULL) { - assert(operand->not_post_indexed); - g_buffer_line_insert_text(line, BLC_ASSEMBLY, ",", 1, RTT_PUNCT); g_buffer_line_insert_text(line, BLC_ASSEMBLY, " ", 1, RTT_RAW); |