Re: [Qemu-devel] [PATCH 03/11] target-m68k: Remove incorrect clearing of cc_x

2015-08-14 Thread Andreas Schwab
Richard Henderson writes: > Ah. Except placed here it also applies to and/or/move too. Well, none of those ever overflow in the first place. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something compl

Re: [Qemu-devel] [PATCH 03/11] target-m68k: Remove incorrect clearing of cc_x

2015-08-14 Thread Richard Henderson
On Aug 14, 2015 10:04, Andreas Schwab wrote: > > Richard Henderson writes: > > > The CF docs certainly doesnt suggest this is true. > > > > Signed-off-by: Richard Henderson > > --- > >  target-m68k/helper.c | 7 --- > >  1 file changed, 7 deletions(-) > > > > diff --git a/target-m68k/

Re: [Qemu-devel] [PATCH 03/11] target-m68k: Remove incorrect clearing of cc_x

2015-08-14 Thread Andreas Schwab
Richard Henderson writes: > The CF docs certainly doesnt suggest this is true. > > Signed-off-by: Richard Henderson > --- > target-m68k/helper.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/target-m68k/helper.c b/target-m68k/helper.c > index c7b0fbe..6feb4bf 100644 > --- a/tar

[Qemu-devel] [PATCH 03/11] target-m68k: Remove incorrect clearing of cc_x

2015-08-14 Thread Richard Henderson
The CF docs certainly doesnt suggest this is true. Signed-off-by: Richard Henderson --- target-m68k/helper.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/target-m68k/helper.c b/target-m68k/helper.c index c7b0fbe..6feb4bf 100644 --- a/target-m68k/helper.c +++ b/target-m68k/helper.c @