Fixed second operand missing for IVLPGA

This commit is contained in:
flobernd 2016-11-24 10:53:00 +01:00
parent 03751240c2
commit 659ead2280
1 changed files with 6 additions and 0 deletions

View File

@ -23677,6 +23677,9 @@
"operands": { "operands": {
"operand1": { "operand1": {
"type": "rax" "type": "rax"
},
"operand2": {
"type": "ecx"
} }
}, },
"flags": [ "flags": [
@ -23698,6 +23701,9 @@
"operands": { "operands": {
"operand1": { "operand1": {
"type": "eax" "type": "eax"
},
"operand2": {
"type": "ecx"
} }
}, },
"flags": [ "flags": [