diff options
| author | iximeow <me@iximeow.net> | 2026-06-10 06:26:42 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-05 00:09:22 +0000 |
| commit | 6e2976bda74148e0c3cd50788b603c4933f9f50b (patch) | |
| tree | e89a780a4882e0132250784b14266c9a22757f0b /test/protected_mode | |
| parent | 1862b315950a477390435a52b6061bf5948977c4 (diff) | |
protected/real mode lfs/lgs/lss
Diffstat (limited to 'test/protected_mode')
| -rw-r--r-- | test/protected_mode/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs index 6cf4cc5..7fb3b77 100644 --- a/test/protected_mode/mod.rs +++ b/test/protected_mode/mod.rs @@ -3673,9 +3673,9 @@ mod svm { testcase!(&[0x0f, 0x01, 0xd8], "vmrun eax"), testcase!(&[0x0f, 0x78, 0xc4], "vmread esp, eax"), testcase!(&[0x0f, 0x79, 0xc5], "vmwrite eax, ebp"), - testcase!(&[0x0f, 0x78, 0x0b], "vmread qword [ebx], ecx"), + testcase!(&[0x0f, 0x78, 0x0b], "vmread dword [ebx], ecx"), testcase!(invalid: &[0x66, 0x0f, 0x78, 0x03]), - testcase!(&[0x0f, 0x79, 0x0b], "vmwrite ecx, qword [ebx]"), + testcase!(&[0x0f, 0x79, 0x0b], "vmwrite ecx, dword [ebx]"), testcase!(invalid: &[0x66, 0x0f, 0x79, 0x03]), ]; |
