mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06: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
1 changed files with 3 additions and 1 deletions
|
@ -874,8 +874,10 @@ static inline void gen_cmps(DisasContext *s, int ot)
|
||||||
|
|
||||||
static inline void gen_ins(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_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_st_T0_A0[ot + s->mem_index]();
|
||||||
gen_op_movl_T0_Dshift[ot]();
|
gen_op_movl_T0_Dshift[ot]();
|
||||||
if (s->aflag) {
|
if (s->aflag) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue