Guillaume Thouvenin wrote:
Add the assembler code for three operands
+/* Instruction has three operands */
+/* In the switch we only implement case 4 because we know that for shld
instruction
+ * bytes are equal to 4. When eveything will be fine, we will add others cases.
No, shld is defined for 16, 32, and 64 bit operands. Need to implement
those too.
+#define
__emulate_3op(_op,_src,_src2,_dst,_eflags,_by,_bx,_wx,_wy,_lx,_ly,_qx,_qy) \
Since this is not a generic 3 operand implementation, it's better to
call this something like __emulate_2op_cl() to give attention to this fact.
--
error compiling committee.c: too many arguments to function
--
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