Skip to content

Commit

Permalink
x86: fix issue capstone-engine#717
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 25, 2016
1 parent 1647720 commit d4389cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/X86/X86ATTInstPrinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
SStream_concat(O, "%"PRIu64, DispVal);
}
}
} else {
SStream_concat0(O, "0");
}
}

Expand Down

0 comments on commit d4389cc

Please sign in to comment.