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
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 +-
>>
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
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