summaryrefslogtreecommitdiff
path: root/src/arch/x86/operands/moffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/operands/moffs.c')
-rw-r--r--src/arch/x86/operands/moffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/operands/moffs.c b/src/arch/x86/operands/moffs.c
index 689a400..1bdc1f8 100644
--- a/src/arch/x86/operands/moffs.c
+++ b/src/arch/x86/operands/moffs.c
@@ -117,7 +117,7 @@ GArchOperand *g_x86_moffs_operand_new(const bin_t *data, off_t *pos, off_t len,
result = NULL;
assert(0);
- //offset = g_imm_operand_new_from_data(size, data, pos, len, SRE_LITTLE /* FIXME */);
+ //offset = g_imm_operand_new_from_data_old(size, data, pos, len, SRE_LITTLE /* FIXME */);
if (offset != NULL)
{