[PATCH 50/52] cpukit/score/src/ts64*: Return a value from non-void function

2014-10-08 Thread Joel Sherrill
--- cpukit/score/src/ts64equalto.c| 2 +- cpukit/score/src/ts64getnanoseconds.c | 2 +- cpukit/score/src/ts64getseconds.c | 2 +- cpukit/score/src/ts64lessthan.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpukit/score/src/ts64equalto.c b/cpukit/score/s

Re: [PATCH 50/52] cpukit/score/src/ts64*: Return a value from non-void function

2014-10-08 Thread Gedare Bloom
How did this stuff ever work, is it tested anywhere? -Gedare On Wed, Oct 8, 2014 at 3:16 PM, Joel Sherrill wrote: > --- > cpukit/score/src/ts64equalto.c| 2 +- > cpukit/score/src/ts64getnanoseconds.c | 2 +- > cpukit/score/src/ts64getseconds.c | 2 +- > cpukit/score/src/ts64lessthan.

Re: [PATCH 50/52] cpukit/score/src/ts64*: Return a value from non-void function

2014-10-08 Thread Joel Sherrill
Adding Hesham On 10/8/2014 3:22 PM, Gedare Bloom wrote: > How did this stuff ever work, is it tested anywhere? This only showed up on the or1k build. I can only hope this explained some of his failures. Or.. the return value was just laying around in a register. :) > -Gedare > > On Wed, Oct 8, 201