Re: [Qemu-devel] [PATCH] target-tricore: Add missing ULL suffix on 64 bit constant

2015-01-19 Thread Bastian Koppelmann
On 01/19/2015 03:21 PM, Peter Maydell wrote: On 24 December 2014 at 00:03, Bastian Koppelmann wrote: On 12/23/2014 10:24 PM, Peter Maydell wrote: Add a missing ULL suffix to a 64 bit constant: this suppresses a compiler warning from mingw32 gcc. Signed-off-by: Peter Maydell --- target-tr

Re: [Qemu-devel] [PATCH] target-tricore: Add missing ULL suffix on 64 bit constant

2015-01-19 Thread Peter Maydell
On 24 December 2014 at 00:03, Bastian Koppelmann wrote: > > On 12/23/2014 10:24 PM, Peter Maydell wrote: >> >> Add a missing ULL suffix to a 64 bit constant: this suppresses a >> compiler warning from mingw32 gcc. >> >> Signed-off-by: Peter Maydell >> --- >> target-tricore/op_helper.c | 2 +- >>

Re: [Qemu-devel] [PATCH] target-tricore: Add missing ULL suffix on 64 bit constant

2014-12-23 Thread Bastian Koppelmann
On 12/23/2014 10:24 PM, Peter Maydell wrote: Add a missing ULL suffix to a 64 bit constant: this suppresses a compiler warning from mingw32 gcc. Signed-off-by: Peter Maydell --- target-tricore/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied it to my trico

[Qemu-devel] [PATCH] target-tricore: Add missing ULL suffix on 64 bit constant

2014-12-23 Thread Peter Maydell
Add a missing ULL suffix to a 64 bit constant: this suppresses a compiler warning from mingw32 gcc. Signed-off-by: Peter Maydell --- target-tricore/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-tricore/op_helper.c b/target-tricore/op_helper.c index 13e272