Skip to content

Commit

Permalink
else if
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Apr 23, 2024
1 parent 1bf701f commit 09b25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/X86Generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Result<> X86HandlerGenerator::relocateInstruction(cs_insn* insn, uint64_t& tramp

trampolineAddress += 5;
}
else if {
else {
// std::cout << "WARNING: relocating conditional jmp, this is likely broken hehe" << std::endl;
// conditional jumps
// long conditional jmp size
Expand Down

0 comments on commit 09b25c4

Please sign in to comment.