Add a bitfield to refer to the opSize member of the extMachInst.

--HG--
extra : convert_revision : 1854ebc00a9f3ae8c36cc579de6c3a2b48c0fdb6
This commit is contained in:
Gabe Black 2007-06-08 16:06:22 +00:00
parent dba02f703b
commit 2f194cc6f7

View file

@ -85,3 +85,5 @@ def bitfield SIB sib;
def bitfield SIB_SCALE sib.scale;
def bitfield SIB_INDEX sib.index;
def bitfield SIB_BASE sib.base;
def bitfield OPSIZE opSize;