From ce4581743985cda7354ec03bb1154209bc0baa02 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 1 Jun 2021 16:13:49 -0700 Subject: [PATCH] added WRITEB virtual instruction --- include/vmprofiler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vmprofiler.hpp b/include/vmprofiler.hpp index ec41e0f..4337b76 100644 --- a/include/vmprofiler.hpp +++ b/include/vmprofiler.hpp @@ -171,7 +171,7 @@ namespace vm &sregq, &sregdw, &sregw, &lregq, &lregdw, &lconstq, &lconstbzxw, &lconstbsxdw, &lconstbsxq, &lconstdwsxq, &lconstwsxq, &lconstdw, &addq, &adddw, &addw, - &shlq, &shldw, &writeq, &writedw, &nandq, &nanddw, + &shlq, &shldw, &writeq, &writedw, &writeb, &nandq, &nanddw, &shrq, &shrw, &readq, &readdw, &mulq, &pushvsp, &divq, &jmp, &vmexit, &call };