diff options
| author | Andrew Chambers <[email protected]> | 2021-10-12 22:20:39 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-12 22:20:39 +1300 |
| commit | 3a203ec645f411c5f7b3cecca446262c3638c341 (patch) | |
| tree | 5e1a76d736f8fda4a596135ad90d41a388ebad97 /test/test.sh | |
| parent | 974e600961c849e552433756fe3c2c69f1b3677a (diff) | |
Fix sqlite3 assembly.
Diffstat (limited to 'test/test.sh')
| -rw-r--r-- | test/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index a916740..e81b051 100644 --- a/test/test.sh +++ b/test/test.sh @@ -33,6 +33,8 @@ t () { t "callq *%rax" t "callq *%r10" +t "movb %r11b, (%rsi, %r12, 1)" + t "cvtsi2sd %rax, %xmm1" t "cvtsi2sd %rax, %xmm10" t "cvtsi2sd (%rax), %xmm1" |
