From 6e2976bda74148e0c3cd50788b603c4933f9f50b Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 10 Jun 2026 06:26:42 +0000 Subject: protected/real mode lfs/lgs/lss --- test/protected_mode/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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]), ]; -- cgit v1.1