Skip to content

Commit

Permalink
Update cs.c
Browse files Browse the repository at this point in the history
remove a dead code, suggested by @vit9696 on capstone-engine#867
  • Loading branch information
aquynh committed Mar 8, 2017
1 parent 5e1b928 commit 4f8d799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCI
#ifndef CAPSTONE_DIET
// fill in mnemonic & operands
// find first space or tab
sp = buffer;
mnem = insn->mnemonic;
for (sp = buffer; *sp; sp++) {
if (*sp == ' '|| *sp == '\t')
Expand Down

0 comments on commit 4f8d799

Please sign in to comment.