Skip to content

Commit

Permalink
test 32
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 2, 2024
1 parent 2f0f2e6 commit c4b8c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generator/X86Generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace {
void* TULIP_HOOK_DEFAULT_CONV preHandler(HandlerContent* content) {
Handler::incrementIndex(content);
auto ret = Handler::getNextFunction(content);
std::cout << "preHandler: " << ret << std::endl;

return ret;
}
Expand Down

0 comments on commit c4b8c9d

Please sign in to comment.