From 659ead2280e22731abd442a82f887ee1ed040fed Mon Sep 17 00:00:00 2001 From: flobernd Date: Thu, 24 Nov 2016 10:53:00 +0100 Subject: [PATCH] Fixed second operand missing for IVLPGA --- assets/instructions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/instructions.json b/assets/instructions.json index a3862ac..31a9d15 100644 --- a/assets/instructions.json +++ b/assets/instructions.json @@ -23677,6 +23677,9 @@ "operands": { "operand1": { "type": "rax" + }, + "operand2": { + "type": "ecx" } }, "flags": [ @@ -23698,6 +23701,9 @@ "operands": { "operand1": { "type": "eax" + }, + "operand2": { + "type": "ecx" } }, "flags": [