From 3246b0f8fcbf6e3ae3d7c2a87117f67b79cb1665 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 13 Jun 2012 11:29:53 +0200 Subject: score: New structure TOD_Control Group the global TOD variables (_TOD_Now, _TOD_Uptime, and _TOD_Is_set) in a structure to reduce address loads in _TOD_Tickle_ticks(). --- testsuites/sptests/spsize/size.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index cc37288765..529cdd3049 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -406,8 +406,8 @@ uninitialized = /*timer.h*/ (sizeof _Timer_Information) + -/*tod.h*/ (sizeof _TOD_Now) + - (sizeof _TOD_Uptime) + +/*tod.h*/ (sizeof _TOD.now) + + (sizeof _TOD.uptime) + /*tqdata.h*/ 0 + -- cgit v1.2.3