diff options
| author | grischka <grischka> | 2009-11-14 21:48:37 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2009-11-14 21:48:37 +0100 |
| commit | 1383055b1740b78f89400377e76d8b165d07d80c (patch) | |
| tree | c8ba39a7027c9d3b2495717d54fcfebd3ebff94d /x86_64-tok.h | |
| parent | 0a3bcb57f6260124656d88899dcca520f2023c09 (diff) | |
| download | tinycc-1383055b1740b78f89400377e76d8b165d07d80c.tar.gz tinycc-1383055b1740b78f89400377e76d8b165d07d80c.tar.bz2 | |
x86_64: fix asm
Diffstat (limited to 'x86_64-tok.h')
| -rw-r--r-- | x86_64-tok.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64-tok.h b/x86_64-tok.h index 85cbb44..406af84 100644 --- a/x86_64-tok.h +++ b/x86_64-tok.h @@ -146,6 +146,7 @@ DEF_ASM(movsbw) DEF_ASM(movsbl) DEF_ASM(movswl) + DEF_ASM(movslq) DEF_WLQ(lea) |
