epicsTime::addNanoSec function size is large now so it shouldnt be inline

This commit is contained in:
Jeff Hill johill@lanl.gov
2012-11-14 13:10:44 -07:00
parent 5ce291facf
commit 694ac0a650

View File

@@ -111,7 +111,7 @@ epicsTimeLoadTimeInit::epicsTimeLoadTimeInit ()
//
// many of the UNIX timestamp formats have nano sec stored as a long
//
inline void epicsTime::addNanoSec (long nSecAdj)
void epicsTime::addNanoSec (long nSecAdj)
{
// After optimizing this function we now have a larger
// code which uses only unsigned integer arithmetic.