Use enums to make debugging easier
authorH. Peter Anvin <hpa@zytor.com>
Tue, 11 Sep 2007 22:14:18 +0000 (22:14 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 11 Sep 2007 22:14:18 +0000 (22:14 +0000)
commitb79f0d0cc336662d16a22e07ad429e8deb71c956
treec3bd6f6f1808ca5d62a0554ac6f62c1acd405ca3
parent2ba7ed7122eea2e594f2f67ea9427b7e702692cc
Use enums to make debugging easier

When we're dealing with a field which is guaranteed to have an enum type,
then declare it as such so it shows up in debuggers.
insns.pl
nasm.h
regs.pl