Revision e91c8a77 target-i386/translate.c

b/target-i386/translate.c
6431 6431

  
6432 6432
    opc_ptr = opc_buf + opc_buf_len;
6433 6433
    /* live_flags contains the flags needed by the next instructions
6434
       in the code. At the end of the bloc, we consider that all the
6434
       in the code. At the end of the block, we consider that all the
6435 6435
       flags are live. */
6436 6436
    live_flags = CC_OSZAPC;
6437 6437
    while (opc_ptr > opc_buf) {

Also available in: Unified diff