mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Fix register numbers for ymm1-15!
ymm1-15 were incorrectly listed as starting at register number 0, with obviously disastrous consequences...
This commit is contained in:
parent
9435283319
commit
4c2529dd77
1 changed files with 1 additions and 1 deletions
2
regs.dat
2
regs.dat
|
|
@ -83,4 +83,4 @@ xmm1-15 XMMREG xmmreg 1
|
|||
|
||||
# AVX registers
|
||||
ymm0 YMM0 ymmreg 0
|
||||
ymm1-15 YMMREG ymmreg 0
|
||||
ymm1-15 YMMREG ymmreg 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue