Re: [kaffe] CVS kaffe (dalibor): Fixed build with sparc jit

2004-07-14 Thread Dalibor Topic
Mark Wielaard wrote: Hi, On Tue, 2004-07-13 at 17:04, Kaffe CVS wrote: @@ -899,16 +899,16 @@ /* Align data onto relevant boundary */ if (l->size == 2 && ((uintp)CODEPC) % 8 != 0) { - LOUT = 0; + LOUT(0; } Missing closing bracket there? Yep, thank

Re: [kaffe] CVS kaffe (dalibor): Fixed build with sparc jit

2004-07-13 Thread Mark Wielaard
Hi, On Tue, 2004-07-13 at 17:04, Kaffe CVS wrote: > @@ -899,16 +899,16 @@ > > /* Align data onto relevant boundary */ > if (l->size == 2 && ((uintp)CODEPC) % 8 != 0) { > - LOUT = 0; > + LOUT(0; > } Missing closing bracket there? Cheers, Mark ___

[kaffe] CVS kaffe (dalibor): Fixed build with sparc jit

2004-07-13 Thread Kaffe CVS
PatchSet 4961 Date: 2004/07/13 14:57:06 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build with sparc jit 2004-07-13 Dalibor Topic <[EMAIL PROTECTED]> * config/sparc/jit-sparc.def: Fix 'use of compound as lvalue is deprecated' warnings for jit. Members: Change

[kaffe] CVS kaffe (dalibor): Fixed build with sparc jit

2004-07-13 Thread Kaffe CVS
PatchSet 4961 Date: 2004/07/13 14:57:06 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build with sparc jit 2004-07-13 Dalibor Topic <[EMAIL PROTECTED]> * config/sparc/jit-sparc.def: Fix 'use of compound as lvalue is deprecated' warnings for jit. Members: Change