Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed Sep 30, 2019
1 parent 6441891 commit 82f11d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libtriton/arch/aarch64/aarch64Semantics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,7 @@ namespace triton {
this->controlFlow_s(inst);
}


void AArch64Semantics::bic_s(triton::arch::Instruction& inst) {
auto& dst = inst.operands[0]; // Reg
auto& src1 = inst.operands[1]; // Reg
Expand Down

0 comments on commit 82f11d6

Please sign in to comment.