mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 03:43:37 +08:00
fixed ins in case of page fault
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1178 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
de06c511ff
commit
9772c73bbc
@ -874,8 +874,10 @@ static inline void gen_cmps(DisasContext *s, int ot)
|
||||
|
||||
static inline void gen_ins(DisasContext *s, int ot)
|
||||
{
|
||||
gen_op_in_DX_T0[ot]();
|
||||
gen_string_movl_A0_EDI(s);
|
||||
gen_op_movl_T0_0();
|
||||
gen_op_st_T0_A0[ot + s->mem_index]();
|
||||
gen_op_in_DX_T0[ot]();
|
||||
gen_op_st_T0_A0[ot + s->mem_index]();
|
||||
gen_op_movl_T0_Dshift[ot]();
|
||||
if (s->aflag) {
|
||||
|
Loading…
Reference in New Issue
Block a user