diff options
Diffstat (limited to 'tests/asmtest.S')
| -rw-r--r-- | tests/asmtest.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index 79419b9..bf51c44 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -607,6 +607,13 @@ int $0x10 rdmsr rdpmc ud2 +#ifdef __x86_64__ + syscall + sysret + lfence + mfence + sfence +#endif emms movd %edx, %mm3 |
