search for: put_rep_prefix

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

2011 Nov 30
0
[PATCH 4/4] x86/emulator: cleanup
...\ max_reps = __get_rep_prefix(&_regs, ctxt->regs, ad_bytes); \ if ( max_reps == 0 ) \ goto done; \ @@ -765,7 +769,7 @@ static void __put_rep_prefix( } #define put_rep_prefix(reps_completed) ({ \ - if ( rep_prefix ) \ + if ( rep_prefix() ) \ __put_rep_prefix(&_regs, ctxt->regs, ad_bytes, reps_...