mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-16 20:17:05 +03:00
[db] Removed a duplicate entry vmmcall from x86 database
This commit is contained in:
@@ -1231,7 +1231,6 @@
|
||||
]},
|
||||
|
||||
{"category": "VIRTUALIZATION", "volatile": true, "data": [
|
||||
{"inst": "vmmcall" , "op": "0F 01 D9" , "ext": "SVM"},
|
||||
{"inst": "clgi" , "op": "0F 01 DD" , "ext": "SVM" , "privilege": "L0"},
|
||||
{"inst": "invlpga R:<eax>, R:<ecx>" , "op": "0F 01 DF" , "ext": "SVM" , "privilege": "L0", "arch": "X86"},
|
||||
{"inst": "invlpga R:<eax>, R:<ecx>" , "op": "67 0F 01 DF" , "ext": "SVM" , "privilege": "L0", "arch": "X64"},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user