From 09d30382ea1611fc791572bf2c0abf44d2ddf13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20B=C3=B6l=C3=BCk?= Date: Thu, 2 Dec 2021 19:05:45 +0300 Subject: [PATCH] Update TODO. --- plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {