Skip to content

Commit

Permalink
Fix comment in symbolicexpression
Browse files Browse the repository at this point in the history
  • Loading branch information
llaubin authored and cnheitman committed Oct 21, 2024
1 parent afeb3c2 commit fe40189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtriton/arch/arm/aarch64/aarch64Semantics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ namespace triton {
auto node = this->getCodeConditionAst(inst, op1, op2);

/* Create symbolic expression */
auto expr = this->symbolicEngine->createSymbolicExpression(inst, node, dst, "CSNEG operation");
auto expr = this->symbolicEngine->createSymbolicExpression(inst, node, dst, "CSINV operation");

/* Spread taint */
expr->isTainted = this->taintEngine->setTaint(dst, this->taintEngine->isTainted(src1) | this->taintEngine->isTainted(src2));
Expand Down

0 comments on commit fe40189

Please sign in to comment.