about summary refs log tree commit diff stats
path: root/reproducers/issue-1376.c
diff options
context:
space:
mode:
Diffstat (limited to 'reproducers/issue-1376.c')
-rw-r--r--reproducers/issue-1376.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/reproducers/issue-1376.c b/reproducers/issue-1376.c
index 8611c95..5da4b8f 100644
--- a/reproducers/issue-1376.c
+++ b/reproducers/issue-1376.c
@@ -1,4 +1,5 @@
 void main() {
+    asm(".intel_syntax noprefix");
     asm("mov rax, 0xa02e698e741f5a6a");
     asm("mov rbx, 0x20959ddd7a0aef");
     asm("lsl ax, bx");