search for: max_rep

Displaying 1 result from an estimated 1 matches for "max_rep".

Did you mean: max_req
2011 Nov 30
0
[PATCH 4/4] x86/emulator: cleanup
...+ /* Type, address-of, and value of an instruction''s operand. */ struct operand { enum { OP_REG, OP_MEM, OP_IMM, OP_NONE } type; @@ -734,7 +738,7 @@ static unsigned long __get_rep_prefix( #define get_rep_prefix() ({ \ unsigned long max_reps = 1; \ - if ( rep_prefix ) \ + if ( rep_prefix() ) \ max_reps = __get_rep_prefix(&_regs, ctxt->regs, ad_bytes); \ if ( max_reps...