diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/arch/x86/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 29df049d..a2f03799 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2135,6 +2135,8 @@ reg_tests = [ (m32, "00000000 LIDT DWORD PTR [EAX]", "0f0118"), + (m64, "00000000 LFENCE", + "0faee8"), (m32, "00000000 SUB AL, 0x11", |