diff --git a/plugin.cpp b/plugin.cpp index 007b7f7..505f129 100644 --- a/plugin.cpp +++ b/plugin.cpp @@ -394,7 +394,7 @@ constexpr std::pair 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 ) {