Avi Kivity wrote:
>>  #define SrcMask     (7<<4)
>> +/* Source 2 operand type */
>> +#define Src2None    (0<<7)
>> +#define Src2CL      (1<<7)
>> +#define Src2Imm8    (2<<7)
>>     


Src2ImmByte like SrcImmByte.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to