Commit cc6f538bf6768cec1383c72e864f547ad9f04e30

Authored by bellard
1 parent 1fddef4b

verr and verw eflags opt fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1368 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
target-i386/translate.c
@@ -6012,6 +6012,8 @@ static uint16_t opc_write_flags[NB_OPS] = { @@ -6012,6 +6012,8 @@ static uint16_t opc_write_flags[NB_OPS] = {
6012 [INDEX_op_cmpxchg8b] = CC_Z, 6012 [INDEX_op_cmpxchg8b] = CC_Z,
6013 [INDEX_op_lar] = CC_Z, 6013 [INDEX_op_lar] = CC_Z,
6014 [INDEX_op_lsl] = CC_Z, 6014 [INDEX_op_lsl] = CC_Z,
  6015 + [INDEX_op_verr] = CC_Z,
  6016 + [INDEX_op_verw] = CC_Z,
6015 [INDEX_op_fcomi_ST0_FT0] = CC_Z | CC_P | CC_C, 6017 [INDEX_op_fcomi_ST0_FT0] = CC_Z | CC_P | CC_C,
6016 [INDEX_op_fucomi_ST0_FT0] = CC_Z | CC_P | CC_C, 6018 [INDEX_op_fucomi_ST0_FT0] = CC_Z | CC_P | CC_C,
6017 6019