diff options
Diffstat (limited to 'test/real_mode/mod.rs')
-rw-r--r-- | test/real_mode/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/real_mode/mod.rs b/test/real_mode/mod.rs index b182880..54bae05 100644 --- a/test/real_mode/mod.rs +++ b/test/real_mode/mod.rs @@ -16878,8 +16878,7 @@ fn test_real_mode() { test_display(&[0x66, 0x0f, 0xfe, 0xc1], "paddd xmm0, xmm1"); test_display(&[0x66, 0x0f, 0xff, 0x01], "ud0 eax, dword [bx + di]"); test_display(&[0x66, 0x0f, 0xff, 0xc1], "ud0 eax, ecx"); -// TODO: -// test_display(&[0x66, 0x2e, 0xf2, 0xf0, 0x0f, 0xbb, 0x13], "xacquire lock btc dword cs:[bp + di], edx"); + test_display(&[0x66, 0x2e, 0xf2, 0xf0, 0x0f, 0xbb, 0x13], "xacquire lock btc dword cs:[bp + di], edx"); test_display(&[0x66, 0x31, 0xc0], "xor eax, eax"); test_display(&[0x66, 0x32, 0xc0], "xor al, al"); test_display(&[0x66, 0x32, 0xc5], "xor al, ch"); |