aboutsummaryrefslogtreecommitdiff
path: root/tests/asmtest.S
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-07-11 17:25:18 +0200
committerMichael Matz <matz@suse.de>2016-12-15 17:47:08 +0100
commit7e515466246b30f02867fc1f1902dea706ff31af (patch)
tree79b9161ada89dff8534188f87b22d9ebbea1d5e3 /tests/asmtest.S
parente5f4f8d0e7966a4ed50849ded52c5274a1ff55db (diff)
downloadtinycc-7e515466246b30f02867fc1f1902dea706ff31af.tar.gz
tinycc-7e515466246b30f02867fc1f1902dea706ff31af.tar.bz2
x86-asm: Implement clflush opcode
Diffstat (limited to 'tests/asmtest.S')
-rw-r--r--tests/asmtest.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S
index bf51c44..7f2e4ca 100644
--- a/tests/asmtest.S
+++ b/tests/asmtest.S
@@ -613,6 +613,7 @@ int $0x10
lfence
mfence
sfence
+ clflush 0x1000(%rax,%rcx)
#endif
emms