diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-20 21:07:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-20 21:07:47 +0300 |
| commit | cb71bb6ad44d5e6ea4d4af4896c23088957cbdb3 (patch) | |
| tree | df833624ae4563b83a4e9fa139ced0ccc3e5b25b /src/abi.c | |
| parent | 78d992ff3052db9dc98a3074e8a4423760c342f1 (diff) | |
| download | qbt-cb71bb6ad44d5e6ea4d4af4896c23088957cbdb3.tar.gz qbt-cb71bb6ad44d5e6ea4d4af4896c23088957cbdb3.zip | |
fix parallel moves
Diffstat (limited to 'src/abi.c')
| -rw-r--r-- | src/abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ static const int64_t ar_map[] = { RA0, RA1, RA2, RA3, RA4, RA5, RA6, RA7, RA8, RA9, RA10, RA11, RA12, RA13, RA14, RA15, RA16, RA17, RA18, RA19, - RA20, RA21, RA22, RA23, RA24 + RA20, RA21, RA22, RA23 }; static struct val nth_ar(int64_t nth) |
