Avoid magic values; we have more than 124 registers now
commita1abb32004a55a0a543350f607ae40d49f6337e1
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 May 2007 04:28:50 +0000 (30 04:28 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 30 May 2007 04:28:50 +0000 (30 04:28 +0000)
tree47e61352663b18f44d447a317d2f9292dba0a0ff
parent34539fb1eda513cabaa26c6073725b399f604e75
Avoid magic values; we have more than 124 registers now

There was a magic hard-coded constant that register numbers were between
1 and 124.  Well, we have about 150 registers now, and that broke.
nasm.h
regs.pl