Skip to content

Commit

Permalink
uncom
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 2, 2024
1 parent b42c019 commit 2f0f2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/ArmV8Generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ std::vector<uint8_t> ArmV8HandlerGenerator::handlerBytes(uint64_t address) {
a.pop({X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15});

// call the func
// a.blr(X30);
a.blr(X30);

// preserve the return values
a.push({X0, X1, X2, X3, X4, X5, X6, X7});
Expand Down

0 comments on commit 2f0f2e6

Please sign in to comment.