Re: [Qemu-devel] [PATCH 1/6] target-i386/seg_helper: replace env->eip with EIP

2013-04-19 Thread Richard Henderson
On 2013-04-19 09:55, li guang wrote: do you think we can also get rid of ESP, EBP, ...? I don't see why not... r~

Re: [Qemu-devel] [PATCH 1/6] target-i386/seg_helper: replace env->eip with EIP

2013-04-19 Thread li guang
在 2013-04-19五的 09:48 +0200,Richard Henderson写道: > On 2013-04-19 04:52, liguang wrote: > > Signed-off-by: liguang > > --- > > target-i386/seg_helper.c | 46 > > +++--- > > 1 files changed, 23 insertions(+), 23 deletions(-) > > > > diff --git a/target-i3

Re: [Qemu-devel] [PATCH 1/6] target-i386/seg_helper: replace env->eip with EIP

2013-04-19 Thread Richard Henderson
On 2013-04-19 04:52, liguang wrote: Signed-off-by: liguang --- target-i386/seg_helper.c | 46 +++--- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/target-i386/seg_helper.c b/target-i386/seg_helper.c index 906e4f3..5f7f99d 100644 ---

[Qemu-devel] [PATCH 1/6] target-i386/seg_helper: replace env->eip with EIP

2013-04-18 Thread liguang
Signed-off-by: liguang --- target-i386/seg_helper.c | 46 +++--- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/target-i386/seg_helper.c b/target-i386/seg_helper.c index 906e4f3..5f7f99d 100644 --- a/target-i386/seg_helper.c +++ b/target