x86-asm: Implement clflush opcode

This commit is contained in:
Michael Matz
2016-07-11 17:25:18 +02:00
parent e5f4f8d0e7
commit 7e51546624
2 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,7 @@ int $0x10
lfence
mfence
sfence
clflush 0x1000(%rax,%rcx)
#endif
emms