diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/long_mode/mod.rs | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 8110d44..1895f6e 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -2377,3 +2377,9 @@ fn test_tdx() {      test_display(&[0x66, 0x0f, 0x01, 0xce], "seamops");      test_display(&[0x66, 0x0f, 0x01, 0xcf], "seamcall");  } + +#[test] +fn test_tsxldtrk() { +    test_display(&[0xf2, 0x0f, 0x01, 0xe8], "xsusldtrk"); +    test_display(&[0xf2, 0x0f, 0x01, 0xe9], "xresldtrk"); +} | 
