svn commit: r2050 - trunk/yasm/modules/arch/x86
peter at tortall.net
peter at tortall.net
Thu Apr 10 18:37:47 PDT 2008
Author: peter
Date: Thu Apr 10 18:37:46 2008
New Revision: 2050
Modified:
trunk/yasm/modules/arch/x86/gen_x86_insn.py
trunk/yasm/modules/arch/x86/x86arch.h
trunk/yasm/modules/arch/x86/x86id.c
Changeset:
http://www.tortall.net/projects/yasm/changeset/2050
Log:
Move BITS==64 condition out of the CPU field (where it really doesn't belong)
and into a new misc_flags field. This doesn't take any more space,
simplifies the code, and allows adding additional conditions like this in
the future.
Found and fixed a bug in CPU field generation (not copying a set variable
in gen_x86_insn.py).
More information about the yasm-cvs
mailing list