diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-11-25 10:58:10 +0100 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-11-25 10:58:10 +0100 |
| commit | c247770524e182ac3b2ac14a7f7ecfadb0a76bec (patch) | |
| tree | 72bb47804787b49f212ccef4527f4cf0ee021d58 /reproducers/issue-1376.c | |
| parent | 98f5171759b66f19f435cf10d991813d2c921dfe (diff) | |
| download | focaccia-ck/reproducers.tar.gz focaccia-ck/reproducers.zip | |
Update reproducers ck/reproducers
Diffstat (limited to 'reproducers/issue-1376.c')
| -rw-r--r-- | reproducers/issue-1376.c | 1 |
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"); |