Fixed indentation

This commit is contained in:
Anton Kochkov 2013-07-07 00:35:49 +04:00
parent 90ffe45826
commit ad882d1ba3

View File

@ -329,10 +329,10 @@ default:
}
}
#endif
if (u.operand[0].type==UD_OP_PTR) {
op->jump = getval (&u.operand[0]);
}else
op->jump = addr + oplen + getval (&u.operand[0]);
if (u.operand[0].type==UD_OP_PTR) {
op->jump = getval (&u.operand[0]);
} else
op->jump = addr + oplen + getval (&u.operand[0]);
}
break;
case UD_Ijz: