Skip to content

Commit

Permalink
Update TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
can1357 committed Dec 2, 2021
1 parent b125ec3 commit 09d3038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ constexpr std::pair<uint16_t, const char*> simple_instruction_list[] =
{ NN_vmwrite, "__vmwrite" },
{ NN_vmxoff, "__vmxoff" },
{ NN_vmxon, "__vmxon" }
// TODO: vmfunc, vmread, memderef on some vmx intrinsics.
// TODO: vmfunc.
};
hex::microcode_filter simple_instruction_lifter = [ ] ( codegen_t& cg )
{
Expand Down

0 comments on commit 09d3038

Please sign in to comment.